Update WRITER.md to include ref to HX1230 driver.

pull/16/head
Mike Causer 2019-08-20 00:43:43 +10:00
rodzic 1bf283b16f
commit bfcbb1350b
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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