File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,12 @@ display driver is subclassed from the `framebuf` class. Examples are:
13
13
for STM32 (Pyboards etc) or [ this one] ( https://github.com/peterhinch/micropython-nano-gui/blob/master/drivers/ssd1351/ssd1351_generic.py )
14
14
for other targets.
15
15
* The [ HX1230 96x68 LCD] ( https://github.com/mcauser/micropython-hx1230.git ) .
16
+ * A driver for Sharp ultra low power consumption monochrome displays such as
17
+ [ 2.7 inch 400x240 pixels] ( https://www.adafruit.com/product/4694 )
18
+ is [ here] ( ./drivers/sharp/README.md ) .
19
+ * Drivers for Adafruit ST7735R based TFT's:
20
+ [ 1.8 inch] ( https://www.adafruit.com/product/358 ) and
21
+ [ 1.44 inch] ( https://www.adafruit.com/product/2088 ) .
16
22
17
23
Basic support is for scrolling text display using multiple fonts. The
18
24
[ nanogui] ( https://github.com/peterhinch/micropython-nano-gui.git ) module has
You can’t perform that action at this time.
0 commit comments