From 7b6971e6a874c8d5c6685dbdc5ca1d6b588dd132 Mon Sep 17 00:00:00 2001 From: Rop Gonggrijp Date: Sun, 22 Dec 2024 14:32:57 +0100 Subject: [PATCH] Add spi_lcd_read Tiny simple library to read data from registers on this class of simple and cheap SPI LCD controllers (ILI9341, ST7789, etc). Can be used for identifying hardware before the actual display driver is initialized. No dependencies other than Arduino SPI.h. --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 98315e361..57cd4f625 100644 --- a/repositories.txt +++ b/repositories.txt @@ -1,3 +1,4 @@ +https://github.com/ropg/spi_lcd_read https://github.com/FoltaBozZ/fvs-esp32-bib https://github.com/botnroll/BnrOneAPlus https://github.com/toaha63/BanglaDuino