From 0e3652a136b4669b7f402a1794be1e55c078e3a5 Mon Sep 17 00:00:00 2001 From: Peter Hinch Date: Wed, 30 Dec 2020 15:10:56 +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 06e0b2f..f776adf 100644 --- a/writer/DRIVERS.md +++ b/writer/DRIVERS.md @@ -68,8 +68,11 @@ 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`. +using `Writer` or `CWriter`. They are lightweight and provide a minimum +functionality necessary to support these classes. [This is the current list](https://github.com/peterhinch/micropython-nano-gui#12-description). +This list is more current as `nanogui` is being expanded to support a wider +range of displays. # Drivers using the display buffer