From 18d288ff372570a402c790b71c5c9b1444563605 Mon Sep 17 00:00:00 2001 From: Peter Hinch Date: Tue, 10 May 2022 11:48:15 +0100 Subject: [PATCH] WRITER.md: link to list of supported displays. --- writer/WRITER.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/writer/WRITER.md b/writer/WRITER.md index 268a748..57cd7a8 100644 --- a/writer/WRITER.md +++ b/writer/WRITER.md @@ -4,6 +4,8 @@ These classes facilitate rendering Python font files to displays where the display driver is subclassed from the `framebuf` class. Basic support is for scrolling text display using multiple fonts. +#### [Supported displays](https://github.com/peterhinch/micropython-nano-gui/blob/master/DISPLAYS.md) + Two cross-platform GUI libraries build on this to provide a variety of widgets. These are: * [nano-gui](https://github.com/peterhinch/micropython-nano-gui) An extremely