From 8780c221055229dc044806bf7f3e4f64dd9f2d6f Mon Sep 17 00:00:00 2001 From: Peter Hinch Date: Mon, 18 Jan 2021 10:43:21 +0000 Subject: [PATCH] WRITER.md: reference ePaper drivers. --- writer/WRITER.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/writer/WRITER.md b/writer/WRITER.md index 2b3ecc0..c3a53e7 100644 --- a/writer/WRITER.md +++ b/writer/WRITER.md @@ -20,6 +20,8 @@ display driver is subclassed from the `framebuf` class. Examples are: [1.8 inch](https://www.adafruit.com/product/358) and [1.44 inch](https://www.adafruit.com/product/2088) are [here](https://github.com/peterhinch/micropython-nano-gui/tree/master/drivers/st7735r). + * Drivers for ePaper displays documented + [here](https://github.com/peterhinch/micropython-nano-gui/blob/master/DRIVERS.md#7-epaper-displays) Basic support is for scrolling text display using multiple fonts. The [nanogui](https://github.com/peterhinch/micropython-nano-gui.git) module has