Commit graph

73 commits

Author SHA1 Message Date
Melissa LeBlanc-Williams
fd51d0a87b Bump library version 2025-05-04 10:49:53 -07:00
Melissa LeBlanc-Williams
80868874c2
Merge pull request #34 from makermelissa/master
Fixes ESP32 hwspi and adds Rotation
2025-05-04 10:42:58 -07:00
Melissa LeBlanc-Williams
48f46f28e5 Remove .DS_Store 2025-05-04 10:29:24 -07:00
Melissa LeBlanc-Williams
52e38c1a7e Add documentation for setRotation 2025-05-03 19:00:12 -07:00
Melissa LeBlanc-Williams
c5debd26d1 Remove extraneous code, fix comments 2025-05-03 18:35:56 -07:00
Melissa LeBlanc-Williams
eed686181d Remove commented out code 2025-05-03 18:28:47 -07:00
Melissa LeBlanc-Williams
acb1997062 Add rotation and bug fixes 2025-05-03 18:26:10 -07:00
Melissa LeBlanc-Williams
0a66cef294 Fix ESP32 by fixing nested SPI transactions 2025-05-03 16:46:42 -07:00
Tyeth Gundry
2be5ab4838
Update library.properties - bump version to 1.2.3 2025-04-29 17:30:58 +01:00
Limor "Ladyada" Fried
02295e4041
Merge pull request #31 from Robert-Kurczak/master
Added missing header guard
2025-04-28 11:03:07 -04:00
Tyeth Gundry
2efbbdc827
Merge pull request #32 from tyeth/bump-version-2023-11-14-20-19-05
Update version number to 1.2.2
2023-11-15 12:51:00 +00:00
Tyeth Gundry
7e3413e128 Bump version number to 1.2.2 2023-11-14 20:19:07 +00:00
Robert
11e20a4544 Added missing header guard 2023-11-03 14:03:31 +01:00
dherrada
04c5c8b300 Update CI action versions 2023-05-12 11:23:55 -04:00
dherrada
488737cb7a
Fixed badge 2020-05-28 14:46:09 -04:00
Limor "Ladyada" Fried
205d388d4a
Merge pull request #28 from adafruit/actionci
Actionified, made doxygen pass
2020-05-28 13:40:01 -04:00
dherrada
66d32d9ca0
Added skip for esp8266 2020-05-28 12:14:53 -04:00
dherrada
a48b535a2e
Replaced with correct link 2020-05-28 11:43:03 -04:00
dherrada
6e5b47eb84
Actionified, made doxygen pass 2020-05-28 11:37:21 -04:00
Melissa LeBlanc-Williams
1ed3a35896 Bumped library version 2019-05-30 22:14:51 -07:00
Melissa LeBlanc-Williams
e2b49feb04
Merge pull request #24 from marcmerlin/lcdgfxdemo
Ported GFX Demo from NeoMatrix / RGBPanel to SD1331
2019-05-30 22:13:48 -07:00
Marc MERLIN
97a2fff67a float, not float_t. 2019-05-12 21:12:39 -07:00
Marc MERLIN
1f7d2cbc9a
fixed frequency and fps details 2019-05-12 20:04:32 -07:00
Marc MERLIN
249d383002
Merge pull request #1 from marcmerlin/testblit
Added new count_writePixels benchmark vs single pixel pushes.
2019-05-12 17:02:49 -07:00
Marc MERLIN
3ce212d5f9 Added new count_writePixels benchmark vs single pixel pushes.
Shows incredible improvement from 3.68fps to 86.96fps.
2019-05-12 16:59:30 -07:00
Marc MERLIN
68fc351cbe Added pin mapping per CPU. 2019-05-12 15:39:37 -07:00
Marc MERLIN
50d5b2bd94 Default back to 40Mhz hwSPI as 80Mhz may not be super stable.
80Mhz works for me after first init, but it slightly unstable on first
run, so default back to 40Mhz.
2019-05-12 15:30:43 -07:00
Marc MERLIN
1cbc9a1b4f
added 2 sample pictures 2019-05-12 13:19:09 -07:00
Marc MERLIN
8691de612a Updated SPI code to be faster and show FPS.
Also added README.md
2019-05-12 10:07:49 -07:00
Marc MERLIN
f45f5e0d96 Ported GFX Demo to SD1331. 2019-05-11 23:28:33 -07:00
Marc MERLIN
9d17af94a0 Original GFX demo ported from RGBPanel. 2019-05-11 23:27:19 -07:00
Melissa LeBlanc-Williams
4eba1b15e4 bumped library version 2019-04-21 10:43:45 -07:00
Melissa LeBlanc-Williams
823390c067
Merge pull request #21 from Paraphraser/display-enable-disable
Adds ability to turn SSD1331 display on or off programmatically
2019-04-21 10:21:15 -07:00
Phill Kelley
24aeda4d07 Adds ability to turn SSD1331 display on or off programmatically
When SSD1331 OLEDs are left on for long periods they can suffer from
burn-in. Whether this is common to all OLEDs or is peculiar to SSD1331s
(or even just a single batch of SSD1331s) is unknown. This change adds
an enableDisplay(boolean) function that permits a sketch to control
whether the display is lit or dormant. Using this new function, sketches
can turn the display off or on at predetermined intervals, or in
response to external signals such as button presses. Updates sent to a
dormant display are still processed normally and appear when the display
is next lit. A new test sketch demonstrates toggling the display on and
off in response to button presses.
2019-04-21 15:32:44 +10:00
Limor "Ladyada" Fried
c07f8ffed6
Merge pull request #19 from makermelissa/master
Implemented sendCommand, fixed an init commands and fixed test example
2019-04-18 11:27:29 -04:00
Melissa LeBlanc-Williams
bc72d3c634 changed function parameter names to be more consistent 2019-04-17 23:24:02 -07:00
Melissa LeBlanc-Williams
7a8944da1e Added doxygen header to new function 2019-04-17 23:10:04 -07:00
Melissa LeBlanc-Williams
3db8f4df2c It works on both ESP8266 and Teensy 3.6 now 2019-04-17 23:01:48 -07:00
Melissa LeBlanc-Williams
a2cba9ae73 Implemented sendCommand 2019-04-16 20:41:32 -07:00
Melissa LeBlanc-Williams
53aaf5755b Removed broken bmp example, bumped version 2019-04-05 14:16:55 -07:00
Melissa LeBlanc-Williams
b483d4126d Removed accidental comment 2019-04-05 08:26:34 -07:00
Melissa LeBlanc-Williams
823fffb634 Fixed init and test example 2019-04-05 08:23:58 -07:00
ladyada
968a5e6987 bump for release! 2018-07-14 18:23:44 -04:00
ladyada
244239421a la travis 2018-07-14 17:11:27 -04:00
ladyada
0fd7a84927 doxy'd! 2018-07-14 16:59:52 -04:00
ladyada
39bb72207a redo merge and add gitignore 2018-07-14 16:52:24 -04:00
ladyada
cd3c3d4863 Merge branch 'master' of github.com:adafruit/Adafruit-SSD1331-OLED-Driver-Library-for-Arduino 2018-07-14 16:43:00 -04:00
ladyada
700d1be61c Squashed commit of the following:
commit 9c63ee9bd9
Merge: 1d0c5a4 7097afb
Author: ladyada <limor@ladyada.net>
Date:   Sat Jul 14 16:22:03 2018 -0400

    Merge branch 'spitft' of github.com:adafruit/Adafruit-SSD1331-OLED-Driver-Library-for-Arduino into spitft

commit 1d0c5a4a73
Author: ladyada <limor@ladyada.net>
Date:   Sat Jul 14 16:21:39 2018 -0400

    better speed, tested with esp8266, m0, 328p

commit 7097afb14a
Merge: 47c83e9 521daec
Author: Limor "Ladyada" Fried <limor@ladyada.net>
Date:   Tue Jun 19 15:08:12 2018 -0700

    Merge pull request #16 from adavidzh/patch-2

    Add delay to avoid resets

commit 521daecd91
Author: André David <adavidzh@users.noreply.github.com>
Date:   Tue Jun 19 23:58:22 2018 +0200

    Add delay to avoid resets

    Per discussion in #6, this adds a `delay(0)` call to avoid watchdog timer resets in the ESP8266 when not using the SPI hardware pins.

commit 47c83e929a
Author: ladyada <limor@ladyada.net>
Date:   Tue Jun 19 08:25:19 2018 -0400

    fixed bitmap n tested

commit cd4ff4fd25
Author: ladyada <limor@ladyada.net>
Date:   Tue Jun 19 08:16:33 2018 -0400

    test passes
2018-07-14 16:41:33 -04:00
Limor "Ladyada" Fried
bf7f0c8018
Merge pull request #12 from WRansohoff/master
Adjust a 'PRECHARGE' command which looks like a typo.
2018-06-20 07:45:47 -07:00
Will Ransohoff
a1999bcd97 Adjust a 'PRECHARGE' label - it looks like a typo, but sorry if it was
intentional.
2018-04-22 20:07:17 -07:00