sandyscott
bd91eee3be
ssd1305: Fix Code Formatting
...
Fix Code formatting to meet automated test requirements
2023-05-22 10:57:16 +01:00
sandyscott
c19002c098
Add support for SSD1305 OLED controller & driver.
...
Based on the existing SSD1306 class, with the constants & init commands from https://github.com/adafruit/Adafruit_CircuitPython_SSD1305 . Support also added for a column offset, which allows use with display/controller combinations where first column of the display is not connected to the controller's first column.
2023-05-22 10:42:15 +01:00
Jim Mussared
afc9d0a541
micropython: Add missing metadata for packages.
...
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2023-04-07 13:24:15 +10:00
Jim Mussared
a08087249f
top: Update Python formatting to black "2023 stable style".
...
See https://black.readthedocs.io/en/stable/the_black_code_style/index.html
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2023-02-03 17:12:38 +11:00
Jim Mussared
a5e2f3239c
micropython/drivers: Move "ssd1306" display driver from main repo.
...
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2022-09-06 13:21:40 +10:00
Jim Mussared
d88505680f
micropython/drivers: Move "lcd160cr" display driver from main repo.
...
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2022-09-06 13:21:35 +10:00