From f1a2e0984ce08e59d45e6903ffeb8b6559fa5809 Mon Sep 17 00:00:00 2001 From: Peter Hinch Date: Mon, 30 Nov 2020 09:17:29 +0000 Subject: [PATCH] writer/WRITER.md fix broken link. --- writer/WRITER.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/writer/WRITER.md b/writer/WRITER.md index 592aff3..2b3ecc0 100644 --- a/writer/WRITER.md +++ b/writer/WRITER.md @@ -15,7 +15,7 @@ display driver is subclassed from the `framebuf` class. Examples are: * The [HX1230 96x68 LCD](https://github.com/mcauser/micropython-hx1230.git). * A driver for Sharp ultra low power consumption monochrome displays such as [2.7 inch 400x240 pixels](https://www.adafruit.com/product/4694) - is [here](./drivers/sharp/README.md). + is [here](https://github.com/peterhinch/micropython-nano-gui/tree/master/drivers/sharp). * Drivers for Adafruit ST7735R based TFT's: [1.8 inch](https://www.adafruit.com/product/358) and [1.44 inch](https://www.adafruit.com/product/2088) are