Update README.md

This commit is contained in:
TA4TA40S 2019-08-08 17:37:27 +02:00 committed by GitHub
parent 4f68cf90e8
commit 99f0a2b0fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ Sprites can be plotted to the TFT with one colour being specified as "transparen
If an ESP32 board has SPIRAM (i.e. PSRAM) fitted then Sprites will use the PSRAM memory and large full screen buffer Sprites can be created. Full screen Sprites take longer to render (~45ms for a 320 x 240 16 bit Sprite), so bear that in mind.
The XPT2046 touch screen controller is supported. The SPI bus for the touch controller is shared with the TFT and only an additional chip select line is needed.
The XPT2046 touch screen controller is supported. The SPI bus for the touch controller is shared with the TFT and only an additional chip select line is needed. You will need to use calibration sketch in the generic category with the serial port open. And then put the code outputted at the end of void setup().
The Button class from Adafruit_GFX is incorporated, with the enhancement that the button labels can be in any font.