DRIVERS.md link to nanogui drivers list.

col_clip
Peter Hinch 2020-12-30 14:55:33 +00:00
rodzic f1a2e0984c
commit 20f05e5f25
1 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

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