Commit graph

31 commits

Author SHA1 Message Date
Scott Shawcroft
ddd3f0f9c0
Ruff format 2025-07-30 11:24:24 -07:00
Scott Shawcroft
68c5000126
Support newer 2.9" grayscale
It requires overriding the look up tables, vcom and vsh2.
2025-07-18 15:20:26 -07:00
foamyguy
841e39e3ee use new OnDiskBitmap init API 2025-06-27 09:22:29 -05:00
BlitzCityDIY
130e7f1f21 Create ssd1680_2.9_tricolor_breakout.py 2025-06-25 14:30:27 -04:00
Melissa LeBlanc-Williams
33378e6de8 Update Bonnet example to reflect latest hardware 2025-05-20 12:43:23 -07:00
Melissa LeBlanc-Williams
c5fea2a982 Image filename is changed by actions, so added a note about it 2025-03-07 13:46:45 -08:00
Melissa LeBlanc-Williams
4dbcb10564 Update simpletest for newer SSD1680 display 2025-03-07 13:43:50 -08:00
foamyguy
2754dd526d use ruff and remove 8x displayio code 2025-02-24 15:22:48 -06:00
Dan Halbert
2aa8c34ac2 support 8.x.x. and 9.x.x FourWire 2023-12-18 11:41:35 -05:00
Paul Cutler
a9d1d6edb4 Update with fourwire and root_group for CP 9 compatibility 2023-11-02 19:21:22 -05:00
Melissa LeBlanc-Williams
8e63ed5e69 Drop colstart from examples when it matches new default 2023-10-02 13:53:17 -07:00
Melissa LeBlanc-Williams
4c811efca6 Merge branch 'main' of https://github.com/adafruit/Adafruit_CircuitPython_SSD1680 into bonnet-example 2023-10-02 13:51:25 -07:00
Melissa LeBlanc-Williams
6e602b34f0 Update examples to remove older style tilegrid creation 2023-10-02 09:22:54 -07:00
Melissa LeBlanc-Williams
e3f28b48b4 Remove obsolete code 2023-10-02 09:19:50 -07:00
Melissa LeBlanc-Williams
7b7b2f1e5b Run pre-commit 2023-10-02 08:41:18 -07:00
Melissa LeBlanc-Williams
1d4cf22158 Fix column offset for ssd1680 instead of ssd1675 2023-10-02 08:28:39 -07:00
Melissa LeBlanc-Williams
2db643ce4f Add an example for the 2.13 inch eink bonnet 2023-10-02 08:26:33 -07:00
Peter Smith
f8d114c8ad Fix for issue 15, use the new display.time_to_refresh 2023-09-24 19:36:04 -07:00
Scott Shawcroft
a2423d5e57
Lint + black 2023-04-25 14:10:12 -07:00
Scott Shawcroft
96dbaf1e84
Fix partial update coordinates
The addresses are little endian. CircuitPython 8.1.0+ is needed
for this to work.
2023-04-25 13:45:39 -07:00
jposada202020
4c228d614b adding example for the 2.13 Tricolor Breakout 2023-02-23 19:30:06 -05:00
jposada202020
c5400c0869 adding_new_example 2023-02-21 19:34:03 -05:00
David Edwards
9151c72b88 Update ssd1680_simpletest.py
Corrected guidance comment
2023-02-15 22:20:51 +00:00
David Edwards
3fc67fff32
Update examples/ssd1680_simpletest.py
Co-authored-by: Melissa LeBlanc-Williams <melissa@adafruit.com>
2023-02-15 22:07:42 +00:00
David Edwards
e181b0ac6e Adjust colstart to support top/bottom row correction
Added column_corection argument to ssd1680 to set colstart so can be adjusted in simpletest to fix issue #10  and can still work with previous sampletest file if needed as only tested on ESP32-S2.
2023-02-15 20:20:48 +00:00
David Edwards
68ba28bce2 Update ssd1680_simpletest.py 2023-02-11 20:28:53 +00:00
David Edwards
b8e327a92d Update ssd1680_simpletest.py
Added comment on setting for MonoChrome version .
2023-02-11 20:24:03 +00:00
James Carr
2096a7b6f5 Add the missing BMP file for the simpletest 2021-08-18 22:19:47 +01:00
James Carr
54f4c05b0f Update the pixel_shader usage of OnDiskBitmap 2021-07-13 16:41:39 +01:00
dherrada
3146761d5b Linted 2021-05-19 14:31:30 -04:00
Melissa LeBlanc-Williams
a06457e778 Initial working commit 2021-03-10 11:18:06 -08:00