working lcd small quer

This commit is contained in:
2024-06-21 17:24:06 +02:00
commit bd9ac0409a
936 changed files with 422571 additions and 0 deletions

View File

@ -0,0 +1,7 @@
This is a stand-alone library that contains both graphics functions
and the TFT chip driver library. It supports the ESP8266, ESP32,
STM32 and RP2040 processors with performance optimised code. Other
Arduino IDE compatible boards are also supported but the library
then uses generic functions which will be slower. The library uses
32-bit variables extensively so this will affect performance on 8
and 16-bit processors.