Commit Graph
39 Commits
Author SHA1 Message Date
Melissa LeBlanc-Williams 4ca34506f1 Fix example for RP2040 Feather 2024-07-24 08:29:46 -07:00
ladyada 1d52453e3b add c6 2024-04-23 15:21:49 -04:00
lady ada 30b8f303c9 no default reset for i2c 2022-06-16 10:42:17 -04:00
caternuson fff9954417 example update for feather rp2040 2022-03-31 16:29:43 -07:00
aarón montoya-moragaandGitHub fdece81c44 change B to 0b 2021-05-08 23:30:29 -04:00
aarón montoya-moragaandGitHub f8b3aebe6f Update ssd1306_128x64_i2c.ino 2021-05-08 23:29:13 -04:00
aarón montoya-moragaandGitHub e76722222d Update ssd1306_128x32_spi.ino 2021-05-08 23:28:32 -04:00
aarón montoya-moragaandGitHub 3af3a2a48f change B to 0b 2021-05-08 23:27:42 -04:00
flywire 018e49ebc8 #define SCREEN_ADDRESS instead of hard-coded value 2021-01-12 14:00:40 +11:00
Oliver RafelsbergerandGitHub e22ec6ab63 Added comments for pins used on different boards
To help users getting started less painful. You find 1000 pics of arduino UNOs connected at pins A4, A5 to the display but it doesn't work on your MEGA 2560 because there it's the pins 20, 21 that are used for I2C. You don't necessarily know that already at the moment you start with these displays. And you maybe do not search in the Wire-library for the solution.
2020-12-15 21:09:41 +01:00
Martin AuswögerandGitHub 3736824148 Fix comment of 128x64 example 2020-03-14 19:08:45 +01:00
John Plocher 43e2acb650 no more enum, add macros SSD1306_BLACK, _WHITE, _INVERSE 2019-09-06 19:00:38 -07:00
John Plocher 8439f397c4 changed #defines for (BLACK, WHITE, INVERSE) to a class scoped enum 2019-09-05 10:17:39 -07:00
ladyada 67015cfd0f oled featherwing example 2018-11-26 21:51:26 -05:00
Phillip Burgess 7cc57b8db1 Changes for Travis CI, Doxygen, make examples check begin() value 2018-11-13 15:17:37 -08:00
Phillip Burgess fd9ac1d45f Remove I2C address from SPI examples 2018-11-09 19:44:56 -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
Kevin Townsend 893cb9322d Merge pull request #24 from BenBergman/artifact-cleanup
Remove pixel artifacts at start of snowing icon animation
2016-01-27 09:04:50 +01:00
Kevin Townsend eee4de23b2 Merge pull request #44 from fingolfin/mh/fixes
Some cleanup, a fix for PortReg, ESP8266 fixes, ARM fixes, and more... (covers most of #25, #30, #32, #36, #39, #40)
2016-01-27 08:48:07 +01:00
Andy Doro 5e8955bfd7 ESP8266 compatibility added
delays added to I2C example for compatibility with ESP8266.
2016-01-14 12:36:44 -05:00
Max Horn 8c434839fa whitespace: get rid of tabs 2016-01-07 10:13:19 +01:00
Max Horn 5a6dd9fbf0 Fixed unused parameter warning in examples 2016-01-07 10:13:19 +01:00
Andy Doro a86eecbd61 delays added for ESP8266
delay(1) added after display.display() to prevent crashing on ESP8266.
2015-12-16 13:22:23 -05:00
Benjamin Bergman d2ea68c24b Remove pixel artifacts at start of snowing icon animation 2015-04-25 19:53:35 -05:00
Tony DiCola 679c1a187c Clarify display and clear usage in comments to fix #9. 2014-06-19 16:34:16 -07: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
Phillip Burgess 2264d9ea21 Updated bitmap for recent Adafruit_GFX change 2012-10-04 10:39:13 -07:00
K.Townsend c389c85cfd Added HW scrolling support 2012-08-06 22:53:18 +02:00
Ladyada aac9ccf748 change RST pin to 4 2012-07-19 15:44:09 -04:00
Ladyada e0ed6231cc update headers! 2012-07-19 15:34:57 -04:00
Ladyada 7390fc3903 4 versions for 4 different display configurations 2012-07-19 15:32:42 -04:00
Ladyada 215b9efd93 must include Wire 2012-04-18 16:49:33 -04:00
Paint Your Dragon 1d95324384 Tweaks for Adafruit_GFX 2012-04-09 20:50:51 -07:00
Ladyada af84ceb150 triangles, round rects 2012-03-15 16:24:01 -04:00
Ladyada c999f4f161 Rename and turned into a GFX subclass 2012-03-15 14:57:15 -04:00
microbuilder 9c51c5d82a Updated for 128x32 displays 2012-01-19 00:38:44 +01:00
Ladyada aa0e5ff883 Added example 2011-01-06 17:10:31 -05:00