 Paint Your DragonandGitHub
|
928a370e7a
|
Merge pull request #154 from BillyDonahue/splash
splash.h: use binary literals for bitmaps
|
2019-12-10 17:39:30 -08:00 |
|
Phillip Burgess
|
1973f0001f
|
Change Wire clock behavior (400 KHz default, override in constructor)
|
2018-11-17 10:00:19 -08:00 |
|
Phillip Burgess
|
8504e3fd4b
|
Fixes for WICED Feather hardware SPI
|
2018-11-16 22:03:37 -08:00 |
|
Phillip Burgess
|
3d8a7305a2
|
Use big Wire transfers on SAMD
|
2018-11-15 15:21:32 -08:00 |
|
Phillip Burgess
|
8e0c9e8a0c
|
Update .travis.yml
|
2018-11-13 16:11:09 -08:00 |
|
Phillip Burgess
|
6f84757455
|
Reorder class members & initializers to avoid -Werror=reorder
|
2018-11-13 15:53:47 -08:00 |
|
Phillip Burgess
|
6e4a45ec23
|
Add .travis.yml
|
2018-11-13 15:24:00 -08:00 |
|
Phillip Burgess
|
7cc57b8db1
|
Changes for Travis CI, Doxygen, make examples check begin() value
|
2018-11-13 15:17:37 -08:00 |
|
Phillip Burgess
|
f69400886d
|
Add .gitignore
|
2018-11-13 10:34:01 -08:00 |
|
Phillip Burgess
|
062a520bbe
|
Still moar README tweaks
|
2018-11-13 10:27:52 -08:00 |
|
Phillip Burgess
|
a9dee6f03a
|
Moar README tweaks
|
2018-11-13 10:26:21 -08:00 |
|
Phillip Burgess
|
40519cdbbb
|
Fix errant #
|
2018-11-13 10:24:27 -08:00 |
|
Phillip Burgess
|
b7842ec39f
|
README cleanup + begin Travis CI work
|
2018-11-13 10:22:33 -08:00 |
|
Phillip Burgess
|
a199afa239
|
Clean up transactions, thanks prenticedavid!
|
2018-11-12 17:51:04 -08:00 |
|
Phillip Burgess
|
fd9ac1d45f
|
Remove I2C address from SPI examples
|
2018-11-09 19:44:56 -08:00 |
|
Phillip Burgess
|
7a77e68e58
|
WICED Feather support (no HW SPI), revert ssd1306_command() behavior
|
2018-11-09 15:19:11 -08:00 |
|
Phillip Burgess
|
0a7ef5af16
|
Sweep of various things. ESP32 I2C clock, add getPixel(), etc.
|
2018-11-08 21:05:45 -08:00 |
|
Phillip Burgess
|
e0ecb729d2
|
ESP32 fix
|
2018-11-08 20:02:50 -08:00 |
|
Phillip Burgess
|
63e11db4f9
|
Teensy fix
|
2018-11-08 17:46:02 -08:00 |
|
Phillip Burgess
|
c11bc32b53
|
Minor fix for old code compatibility
|
2018-11-08 15:53:27 -08:00 |
|
Phillip Burgess
|
f682819634
|
Dynamic allocation for screen buffer, supports alt Wire & SPI buses, transactions & more
|
2018-11-08 15:43:43 -08:00 |
|
Phillip Burgess
|
0289c2ecef
|
PROGMEM data is declared const to satiate Linux compiler
|
2014-02-08 22:19:08 -08:00 |
|
Phillip Burgess
|
d2c6f2eca6
|
Arduino Due support courtesy of nmadura
Note: I2C requires using pins 20 & 21 on Due (not SDA1/SCL1)
|
2014-02-08 22:14:59 -08:00 |
|
Phillip Burgess
|
dad0deb856
|
Incorporated ManfredBrauchle's hardware SPI changes
Note: sketches will need to #include SPI.h, even if using I2C display.
|
2014-02-08 20:32:01 -08:00 |
|
Paint Your Dragon
|
420c115619
|
Merge pull request #10 from focalintent/master
Improve performance of SSD1306 drawing
|
2014-02-08 19:58:22 -08:00 |
|
Paint Your Dragon
|
e0e499bc15
|
Merge pull request #3 from ghost/patch-1
Hotizontal scrolling update Adafruit_SSD1306.cpp
|
2014-02-08 19:34:35 -08:00 |
|
Phillip Burgess
|
ef6b74eafe
|
Incorporate edwinm's dim() method
|
2014-02-08 19:28:49 -08:00 |
|
Phillip Burgess
|
9347d62332
|
Fixed double writes; tested on 128x64 and 128x32 SPI displays
|
2014-01-15 20:46:57 -08:00 |
|
Phillip Burgess
|
3b9f481629
|
Fix for recent Adafruit_GFX change
|
2013-07-05 11:38:36 -07:00 |
|
Phillip Burgess
|
48e7832d09
|
Removed glcdfont references (handled in Adafruit_GFX)
|
2013-06-17 15:26:12 -07:00 |
|
Phillip Burgess
|
2264d9ea21
|
Updated bitmap for recent Adafruit_GFX change
|
2012-10-04 10:39:13 -07:00 |
|
Paint Your Dragon
|
1d95324384
|
Tweaks for Adafruit_GFX
|
2012-04-09 20:50:51 -07:00 |
|
Paint Your Dragon
|
0d269ab32d
|
Arduino 1.0 compliant
|
2011-12-02 23:24:43 -08:00 |
|