From 67c3212260bb21c112d5bc2bebd0df27ec944987 Mon Sep 17 00:00:00 2001 From: John Belmonte Date: Fri, 29 Apr 2022 11:39:11 +0900 Subject: [PATCH] explicitly list ILI9342 as supported readers may not know that ILI9342 is almost identical to ILI9341 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 877ab48..1cfb7bf 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ Displays using the following controllers are supported: * ILI9163 * ILI9225 * ILI9341 +* ILI9342 * ILI9481 (DMA not supported with SPI) * ILI9486 (DMA not supported with SPI) * ILI9488 (DMA not supported with SPI)