Closed pletch closed 1 year ago
Latest master built on PIO and the logo colors do not display correctly on Lolin D32Pro with Lolin TFT.
This command was removed from bridge_lcd.cpp. tft->setSwapBytes(true); Adding it back in fixes the issue.
tft->setSwapBytes(true);
Latest master built on PIO and the logo colors do not display correctly on Lolin D32Pro with Lolin TFT.
This command was removed from bridge_lcd.cpp.
tft->setSwapBytes(true);
Adding it back in fixes the issue.