add display rotation

This commit is contained in:
sharandac
2020-07-21 16:17:16 +02:00
parent 9bd9c4b013
commit f0ec905675
13 changed files with 459 additions and 19 deletions

View File

@@ -25,7 +25,7 @@ void setup()
Serial.begin(115200);
Serial.printf("starting t-watch V1\r\n");
ttgo->begin();
ttgo->lvgl_begin();
ttgo->lvgl_begin();
SPIFFS.begin();
display_setup( ttgo );