From bfcbb1350b9e1293f2327f540e981205b1c279ac Mon Sep 17 00:00:00 2001 From: Mike Causer Date: Tue, 20 Aug 2019 00:43:43 +1000 Subject: [PATCH] Update WRITER.md to include ref to HX1230 driver. --- writer/WRITER.md | 1 + 1 file changed, 1 insertion(+) diff --git a/writer/WRITER.md b/writer/WRITER.md index 1f8c98a..0a84eca 100644 --- a/writer/WRITER.md +++ b/writer/WRITER.md @@ -12,6 +12,7 @@ display driver is subclassed from the `framebuf` class. Examples are: [this driver](https://github.com/peterhinch/micropython-nano-gui/blob/master/drivers/ssd1351/ssd1351.py) 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). Basic support is for scrolling text display using multiple fonts. The [nanogui](https://github.com/peterhinch/micropython-nano-gui.git) module has