MartyMacGyver / ESP32_Adafruit_ILI9341

Driver and sample code for ILI9341-based TFT displays designed for the ESP32 / ESP32-WROVER-KIT
47 stars 11 forks source link

Update ui.cpp #1

Closed ESP32DE closed 7 years ago

ESP32DE commented 7 years ago

system_get_rtc_time was removed in the system api so you can't use this use gettimeofday .. and you can update the data with updateScreen(true);

MartyMacGyver commented 7 years ago

I appreciate the patch, but I've already made that change last night along with others to make it a more active demo (see the exp1 branch, though the next iteration won't look quite like that either... I expect to make the redraws more accurate but without flicker).