From 8bb68ddbffbc1ad6a764c5553bdd8b6084e9956d Mon Sep 17 00:00:00 2001 From: Peter Hinch Date: Mon, 30 Nov 2020 09:10:37 +0000 Subject: [PATCH] writer/WRITER.md add new device drivers. --- writer/WRITER.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/writer/WRITER.md b/writer/WRITER.md index 20e7999..f86e669 100644 --- a/writer/WRITER.md +++ b/writer/WRITER.md @@ -13,6 +13,12 @@ display driver is subclassed from the `framebuf` class. Examples are: for STM32 (Pyboards etc) or [this one](https://github.com/peterhinch/micropython-nano-gui/blob/master/drivers/ssd1351/ssd1351_generic.py) for other targets. * The [HX1230 96x68 LCD](https://github.com/mcauser/micropython-hx1230.git). + * A driver for Sharp ultra low power consumption monochrome displays such as + [2.7 inch 400x240 pixels](https://www.adafruit.com/product/4694) + is [here](./drivers/sharp/README.md). + * Drivers for Adafruit ST7735R based TFT's: + [1.8 inch](https://www.adafruit.com/product/358) and + [1.44 inch](https://www.adafruit.com/product/2088). Basic support is for scrolling text display using multiple fonts. The [nanogui](https://github.com/peterhinch/micropython-nano-gui.git) module has