File tree
28 files changed
+145
-39
lines changed- frozen
- lib
- locale
- ports
- analog
- common-hal/os
- supervisor
- atmel-samd/boards
- feather_m0_express
- metro_m0_express
- sparkfun_redboard_turbo
- espressif
- boards
- adafruit_feather_esp32s2_reverse_tft
- adafruit_feather_esp32s3_reverse_tft
- raspberrypi
- common-hal/picodvi
- lib
28 files changed
+145
-39
lines changedSubmodule Adafruit_CircuitPython_SSD1680 updated 12 files
- README.rst+2-10
- adafruit_ssd1680.py+34-15
- examples/display-ruler-640x360.bmp
- examples/display-ruler-640x360.bmp.license
- examples/display-ruler.bmp
- examples/ssd1680_2.13_featherwing.py+13-13
- examples/ssd1680_2.13_mono_eink_bonnet.py+13-13
- examples/ssd1680_2.13_tricolor_breakout.py+8-8
- examples/ssd1680_2.9_grayscale_magtag2025.py+89
- examples/ssd1680_2.9_mono_magtag2025.py+56
- examples/ssd1680_2.9_tricolor_breakout.py+57
- examples/ssd1680_simpletest.py+13-13
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
12 |
| - | |
| 11 | + | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| |||
1803 | 1803 |
| |
1804 | 1804 |
| |
1805 | 1805 |
| |
1806 |
| - | |
1807 | 1806 |
| |
1808 | 1807 |
| |
1809 |
| - | |
| 1808 | + | |
1810 | 1809 |
| |
1811 | 1810 |
| |
1812 | 1811 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
12 |
| - | |
| 11 | + | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| |||
3972 | 3972 |
| |
3973 | 3973 |
| |
3974 | 3974 |
| |
3975 |
| - | |
| 3975 | + | |
3976 | 3976 |
| |
3977 | 3977 |
| |
3978 | 3978 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
11 |
| - | |
| 10 | + | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
90 | 90 |
| |
91 | 91 |
| |
92 | 92 |
| |
93 |
| - | |
94 |
| - | |
| 93 | + | |
| 94 | + | |
95 | 95 |
| |
96 | 96 |
| |
97 | 97 |
| |
| |||
204 | 204 |
| |
205 | 205 |
| |
206 | 206 |
| |
207 |
| - | |
| 207 | + | |
208 | 208 |
| |
209 | 209 |
| |
210 | 210 |
| |
|
0 commit comments