From 22fb40d86106e604240fa626a054b6624fac5271 Mon Sep 17 00:00:00 2001 From: Peter Hinch Date: Mon, 30 Nov 2020 09:14:22 +0000 Subject: [PATCH] writer/WRITER.md add new device drivers. --- writer/WRITER.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/writer/WRITER.md b/writer/WRITER.md index f86e669..592aff3 100644 --- a/writer/WRITER.md +++ b/writer/WRITER.md @@ -18,7 +18,8 @@ display driver is subclassed from the `framebuf` class. Examples are: 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). + [1.44 inch](https://www.adafruit.com/product/2088) are + [here](https://github.com/peterhinch/micropython-nano-gui/tree/master/drivers/st7735r). Basic support is for scrolling text display using multiple fonts. The [nanogui](https://github.com/peterhinch/micropython-nano-gui.git) module has