From 20f05e5f257a7566fead35a5e821a5c2956fafbc Mon Sep 17 00:00:00 2001 From: Peter Hinch Date: Wed, 30 Dec 2020 14:55:33 +0000 Subject: [PATCH] DRIVERS.md link to nanogui drivers list. --- writer/DRIVERS.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/writer/DRIVERS.md b/writer/DRIVERS.md index 7cc3cc2..06e0b2f 100644 --- a/writer/DRIVERS.md +++ b/writer/DRIVERS.md @@ -63,11 +63,14 @@ tested with `writer.py` and `nanogui.py`. * The [Nokia 5110](https://github.com/mcauser/micropython-pcd8544/blob/master/pcd8544_fb.py) * The [SSD1331 colour OLED](https://github.com/peterhinch/micropython-nano-gui/blob/master/drivers/ssd1331/ssd1331.py) * The [HX1230 96x68 LCD](https://github.com/mcauser/micropython-hx1230/blob/master/hx1230_fb.py) - * The [RA8875 driver for larger TFT displays](https://github.com/peterhinch/micropython_ra8875.git) The latter example illustrates a very simple driver which provides full access to `writer.py` and `nanogui.py` libraries. +Because `nanogui` uses the Writer classes, all `nanogui` drivers support code +using `Writer` or `CWriter`. +[This is the current list](https://github.com/peterhinch/micropython-nano-gui#12-description). + # Drivers using the display buffer Authors of such drivers will need to have an understanding of the font file