 Limor "Ladyada" FriedandGitHub
|
bb999826b7
|
Merge pull request #303 from adityachilka1/fix/wire-timeout
Add Wire.setWireTimeout to avoid I2C bus hangs (closes #288)
|
2026-05-22 10:49:20 -04:00 |
|
 Limor "Ladyada" FriedandGitHub
|
83ed59e8d3
|
Merge pull request #289 from NickIOT72/master
Add compatibilty with CH32V203 devices
|
2025-05-03 10:52:34 -04:00 |
|
 Limor "Ladyada" FriedandGitHub
|
ea12e7df70
|
Merge pull request #258 from gabrielcsapo/master
bug: ARDUINO_ARCH_RP2040 does not include the right pgmspace header
|
2024-10-28 10:30:32 -04:00 |
|
 Limor "Ladyada" FriedandGitHub
|
00fa0bdbca
|
Merge pull request #273 from fabiopjve/patch-1
Add support for Renesas RL78
|
2024-10-28 10:30:03 -04:00 |
|
 Limor "Ladyada" FriedandGitHub
|
16ee8a2c29
|
Merge pull request #266 from RTduino-libraries/master
add ARDUINO_ARCH_RTTHREAD to support RT-Thread
|
2024-10-07 09:49:58 -04:00 |
|
 Limor "Ladyada" FriedandGitHub
|
2196a97447
|
Merge pull request #276 from makermelissa/master
Fix example for RP2040 Feather
|
2024-07-24 11:46:33 -04:00 |
|
ladyada
|
1d52453e3b
|
add c6
|
2024-04-23 15:21:49 -04:00 |
|
 Limor "Ladyada" FriedandGitHub
|
1dcc8b5efa
|
Merge pull request #246 from BobbyIndustries/master
Added ESP-IDF component files
|
2022-08-01 17:38:27 -04:00 |
|
 Limor "Ladyada" FriedandGitHub
|
ca3a261c95
|
Merge pull request #244 from waynepiekarski/master
Fix up error: declaration of 'spi' shadows a member
|
2022-06-28 17:26:41 -04:00 |
|
 Limor "Ladyada" FriedandGitHub
|
327192a725
|
Merge pull request #243 from adafruit/no_default_rst
no default reset for i2c
|
2022-06-16 14:04:21 -04:00 |
|
lady ada
|
30b8f303c9
|
no default reset for i2c
|
2022-06-16 10:42:17 -04:00 |
|
 Limor "Ladyada" FriedandGitHub
|
26b893cd7b
|
Merge pull request #225 from BillyDonahue/typo_inverse_224
comments typo fix INVERT->INVERSE (Fixes #224)
|
2021-11-07 12:23:14 -05:00 |
|
 Limor "Ladyada" FriedandGitHub
|
b8333af8b8
|
Merge pull request #226 from jarruda/master
Add splash opt-out.
|
2021-11-07 12:06:12 -05:00 |
|
 Limor "Ladyada" FriedandGitHub
|
04207b6f39
|
Merge pull request #222 from bmoniey/protected
Protected
|
2021-10-10 11:50:17 -04:00 |
|
 Limor "Ladyada" FriedandGitHub
|
2ae9169e60
|
Merge pull request #212 from Zwettekop/master
Fixed typo in README.md: ATSAM21D should be ATSAMD21
|
2021-06-07 22:12:17 -04:00 |
|
 Limor "Ladyada" FriedandGitHub
|
6bc9033f12
|
Merge pull request #209 from montoyamoraga/patch-1
change format of binary numbers
|
2021-05-10 10:39:02 -04:00 |
|
lady ada
|
8191e2d028
|
tested with RP2040
|
2021-03-27 17:23:49 -04:00 |
|
 Limor "Ladyada" FriedandGitHub
|
500bd8ae3a
|
Merge pull request #199 from flywire/master
#define SCREEN_ADDRESS instead of hard-coded value
|
2021-01-11 22:11:07 -05:00 |
|
 Limor "Ladyada" FriedandGitHub
|
19e45ee428
|
Merge pull request #194 from Palmstroemen/patch-1
Added comments for pins used on different boards
|
2020-12-15 23:09:03 -05:00 |
|
lady ada
|
298a674a14
|
patch for large i2c buffers
|
2020-11-15 15:00:10 -05:00 |
|
lady ada
|
e46c80def6
|
clankz
|
2020-11-15 14:38:32 -05:00 |
|
lady ada
|
90a246b6b3
|
hotfix for https://forums.adafruit.com/viewtopic.php?f=47&t=171641 (this library is going to get refactored anyways and all this code will move out)
|
2020-11-15 14:26:24 -05:00 |
|
 Limor "Ladyada" FriedandGitHub
|
e0c3383847
|
Merge pull request #184 from rgiese/master
Add support for Particle MCUs' I2C buffer sizing
|
2020-08-27 19:43:25 -04:00 |
|
 Limor "Ladyada" FriedandGitHub
|
23a7e50b77
|
Merge pull request #176 from wecassidy/master
Replace boolean with standard bool
|
2020-07-01 10:52:19 -04:00 |
|
 Limor "Ladyada" FriedandGitHub
|
d4edaa0225
|
Merge pull request #173 from adafruit/actionci
Moved repository to github actions
|
2020-06-08 10:06:25 -04:00 |
|
 Limor "Ladyada" FriedandGitHub
|
68249c7803
|
Merge pull request #170 from ausi/patch-1
Fix comment of 128x64 example
|
2020-03-14 14:19:00 -04:00 |
|
 Limor "Ladyada" FriedandGitHub
|
cedabdf487
|
Merge pull request #168 from KurtE/SPI_SETTINGS_PROTECTED
Allow a sketch to sub-class the SSD1306 object and change SPI settings
|
2020-02-16 18:21:42 -05:00 |
|
Lady Ada
|
47c15c1cf3
|
add dep
|
2019-12-25 15:17:05 -05:00 |
|
 Limor "Ladyada" FriedandGitHub
|
cd37a3286d
|
Merge pull request #158 from fphammerle/fix-arduino-older-157
fix build for arduino version < 157
|
2019-11-25 13:48:36 -05:00 |
|
 Limor "Ladyada" FriedandGitHub
|
c64979a564
|
Merge pull request #151 from facchinm/patch-1
Don't define HAVE_PORTREG for mbed target
|
2019-10-23 13:23:30 -04:00 |
|
 Limor "Ladyada" FriedandGitHub
|
5c62208f76
|
Update .travis.yml
|
2018-11-26 22:04:48 -05:00 |
|
ladyada
|
67015cfd0f
|
oled featherwing example
|
2018-11-26 21:51:26 -05:00 |
|
ladyada
|
ddfec78fa1
|
bump
|
2016-12-04 23:14:04 -05:00 |
|
ladyada
|
2c344af9f6
|
make default reasonable
|
2016-12-04 23:13:37 -05:00 |
|
ladyada
|
c89c91f544
|
*sigh*
|
2016-11-12 01:12:56 -05:00 |
|
ladyada
|
25c28c78f2
|
Merge branch 'master' of github.com:adafruit/Adafruit_SSD1306
Conflicts:
Adafruit_SSD1306.cpp
Adafruit_SSD1306.h
|
2016-11-11 21:42:24 -05:00 |
|
ladyada
|
f988e56d15
|
https://github.com/adafruit/Adafruit_SSD1306/pull/72
|
2016-11-11 21:40:43 -05:00 |
|
 Limor "Ladyada" FriedandGitHub
|
2147eeba87
|
Merge pull request #73 from volca/master
Add support for ESP32
|
2016-11-11 21:37:37 -05:00 |
|
Limor "Ladyada" Fried
|
0a82b80370
|
Merge pull request #49 from andydoro/master
ESP8266 I2C 128x64 compatibility added
|
2016-01-14 15:02:40 -05:00 |
|
Limor "Ladyada" Fried
|
af01518465
|
Merge pull request #43 from andydoro/master
delays added for ESP8266, to keep WDT kicked!
|
2015-12-16 13:48:33 -05:00 |
|
ladyada
|
a2fa78457d
|
more elegant way to identify Due
|
2015-11-23 21:30:25 -05:00 |
|
ladyada
|
90a2f57bd2
|
make more x-platform compat
|
2015-11-16 22:21:53 -05:00 |
|
ladyada
|
adf908fd98
|
oops confused rst pin with reset bool. fixed!
|
2015-10-15 21:15:12 -04:00 |
|
ladyada
|
a69564befe
|
add ability to create object without RST pin (default -1)
|
2015-10-15 20:54:58 -04:00 |
|
ladyada
|
5674153e88
|
tested with atsam21d but not working with 32u4?
|
2015-10-01 18:22:54 -04:00 |
|
ladyada
|
ace7d2bb21
|
rename swap() to be more unique!
|
2015-08-11 22:01:34 -04: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
|
9ea0e76e89
|
update to 400khz i2c display updates
|
2012-04-18 17:31:38 -04:00 |
|
Ladyada
|
f4f4bf92a7
|
slight speedup for i2c - testing on the 128x64
|
2012-04-18 17:23:30 -04:00 |
|
Ladyada
|
215b9efd93
|
must include Wire
|
2012-04-18 16:49:33 -04:00 |
|
Ladyada
|
b7291bc3ce
|
Added I2C support
|
2012-04-17 11:45:56 -04:00 |
|
Ladyada
|
a4ced84864
|
added rotation, default to switchcap vcc
|
2012-03-16 14:43:58 -04:00 |
|
Ladyada
|
af84ceb150
|
triangles, round rects
|
2012-03-15 16:24:01 -04:00 |
|
Ladyada
|
18ec5c14d3
|
headers
|
2012-03-15 15:03:21 -04:00 |
|
Ladyada
|
415548a9c2
|
read me!
|
2012-03-15 15:01:35 -04:00 |
|
Ladyada
|
c999f4f161
|
Rename and turned into a GFX subclass
|
2012-03-15 14:57:15 -04:00 |
|
Ladyada
|
8d5b297627
|
Fixed some bugs in 128x32 display mods
|
2012-01-20 18:40:32 -05:00 |
|
Ladyada
|
aa0e5ff883
|
Added example
|
2011-01-06 17:10:31 -05:00 |
|
Ladyada
|
5ca16922dc
|
Fixed logo bitmap
|
2011-01-06 17:10:03 -05:00 |
|
Ladyada
|
e2d87cb3dc
|
added 5x7 font and fixed testchar()
|
2011-01-05 14:18:57 -05:00 |
|
Ladyada
|
ff512e9387
|
everything works, but theres a few optimizations that can be fixed. it now 'acts' like a ks0108 in terms of orientation
|
2010-10-06 00:29:43 -04:00 |
|
Ladyada
|
d7ed6f6041
|
oh yeah, the header file. that would be handy
|
2010-10-06 00:28:44 -04:00 |
|
Ladyada
|
d1742d6525
|
just replaced the strings in st7565 lib
|
2010-09-30 21:08:46 -04:00 |
|