main/task_tft.c

branch
novnc
changeset 40
71e06f6d80fd
parent 39
e5900c9b9a7b
child 42
c6a1a6ca5437
equal deleted inserted replaced
39:e5900c9b9a7b 40:71e06f6d80fd
28 extern uint16_t Steady; 28 extern uint16_t Steady;
29 esp_timer_handle_t timerHandle; ///< Timer handler 29 esp_timer_handle_t timerHandle; ///< Timer handler
30 extern bool _NewMinute; 30 extern bool _NewMinute;
31 extern bool _UseHLT; 31 extern bool _UseHLT;
32 extern bool System_TimeOk; 32 extern bool System_TimeOk;
33 extern const esp_app_desc_t *app_desc; 33 extern const esp_app_desc_t *app_desc;
34 34
35 static const char *TAG = "task_tft"; 35 static const char *TAG = "task_tft";
36 36
37 #define SPI_BUS TFT_HSPI_HOST ///< SPI bus for the TFT, TFT_VSPI_HOST or TFT_HSPI_HOST 37 #define SPI_BUS TFT_HSPI_HOST ///< SPI bus for the TFT, TFT_VSPI_HOST or TFT_HSPI_HOST
38 38

mercurial