Skip to content

Commit 8bb68dd

Browse files
committed
writer/WRITER.md add new device drivers.
1 parent 4e998ad commit 8bb68dd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

writer/WRITER.md

+6
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ display driver is subclassed from the `framebuf` class. Examples are:
1313
for STM32 (Pyboards etc) or [this one](https://github.com/peterhinch/micropython-nano-gui/blob/master/drivers/ssd1351/ssd1351_generic.py)
1414
for other targets.
1515
* 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).
1622

1723
Basic support is for scrolling text display using multiple fonts. The
1824
[nanogui](https://github.com/peterhinch/micropython-nano-gui.git) module has

0 commit comments

Comments
 (0)