From 112bd48c7288be6f98e2e343eded6db80be0c64b Mon Sep 17 00:00:00 2001 From: peterhinch Date: Sun, 12 Feb 2023 16:35:18 +0000 Subject: [PATCH] DISPLAYS.md: Add note re SSD1306 driver. --- DISPLAYS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DISPLAYS.md b/DISPLAYS.md index 03abe75..edcdafa 100644 --- a/DISPLAYS.md +++ b/DISPLAYS.md @@ -45,7 +45,7 @@ Width and height are pixels. Monochrome OLED displays based on the SSD1306 chip are supported via the [official driver][3d]. Displays are available from various sources and can use I2C or SPI interfaces. An example is [Adafruit 938][4m]. The SSD1306 driver in -this repo has a minor addition to enable it to support demos intende for color +this repo has a minor addition to enable it to support demos intended for color displays. Nokia 5110 (PCD8544) displays. [This driver](https://github.com/mcauser/micropython-pcd8544.git)