Correct typo

This commit is contained in:
Bodmer
2018-11-29 20:29:20 +00:00
committed by GitHub
parent b3d16984b0
commit 1a5e34b6bb

View File

@@ -9,7 +9,7 @@ https://github.com/Bodmer/TFT_eFX
3. The capability to read from an ST7789V TFT with a single bidirectional SDA pin has been added. At the moment this **ONLY** works with an ESP32. It is enabled with a #define TFT_SDA_READ in the setup file.
4. ST7789V displays are manufactured in two variants that have the red and green pixels swapped, this is catered for by a new option in the setup file:
4. ST7789V displays are manufactured in two variants that have the red and blue pixels swapped, this is catered for by a new option in the setup file:
//#define TFT_RGB_ORDER TFT_RGB // Colour order Red-Green-Blue
//#define TFT_RGB_ORDER TFT_BGR // Colour order Blue-Green-Red