From 3af6312310c2512e90e902cbe146e4578435fee4 Mon Sep 17 00:00:00 2001 From: frankalicious Date: Sun, 24 Jan 2021 22:25:37 +0100 Subject: [PATCH] fix small typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1c73be..6b9f6fd 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ If an ESP32 board has SPIRAM (i.e. PSRAM) fitted then Sprites will use the PSRAM # Touch controller support -The XPT2046 touch screen controller is supported for SPI based displays only. The SPI bus for the touch controller is shared with the TFT and only an additional chip select line is needed. This support will eventually be deprecated when a suitable touch screen library is avaiable. +The XPT2046 touch screen controller is supported for SPI based displays only. The SPI bus for the touch controller is shared with the TFT and only an additional chip select line is needed. This support will eventually be deprecated when a suitable touch screen library is available. The Button class from Adafruit_GFX is incorporated, with the enhancement that the button labels can be in any font.