Commit graph

18 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
2754dd526d use ruff and remove 8x displayio code 2025-02-24 15:22:48 -06:00
d48f4a2336 Remove unneeded parameter
`black_bits_inverted` defaults to False in the core, so this is
redundant.

By removing this line, an override value can be provided via kwargs
if the default is incorrect.
2024-09-30 08:53:36 -05:00
Dan Halbert
2aa8c34ac2 support 8.x.x. and 9.x.x FourWire 2023-12-18 11:41:35 -05:00
Melissa LeBlanc-Williams
1d4cf22158 Fix column offset for ssd1680 instead of ssd1675 2023-10-02 08:28:39 -07:00
Melissa LeBlanc-Williams
3d3343819c Fix typo in FourWire 2023-09-29 12:13:42 -07:00
Tekktrik
09b1adf52a Run pre-commit 2023-05-10 22:45:04 -04: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
David Edwards
8ec927791b
Update adafruit_ssd1680.py
Co-authored-by: Melissa LeBlanc-Williams <melissa@adafruit.com>
2023-02-15 22:07:33 +00:00
David Edwards
f85db07626
Update adafruit_ssd1680.py
Co-authored-by: Melissa LeBlanc-Williams <melissa@adafruit.com>
2023-02-15 22:07:25 +00:00
David Edwards
2075bbb03a
Update adafruit_ssd1680.py
Co-authored-by: Melissa LeBlanc-Williams <melissa@adafruit.com>
2023-02-15 22:07:17 +00:00
David Edwards
ad0ecafa45 corrected formating 2023-02-15 20:48:32 +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
Thomas Franks
e34b36e79a Add Missing Type Annotations 2022-08-25 17:04:49 -04:00
Alec Delaney
d7139e5c05 Update version string 2022-08-16 18:09:14 -04:00
Melissa LeBlanc-Williams
a06457e778 Initial working commit 2021-03-10 11:18:06 -08:00