main/task_tft.c

changeset 71
7a4446a77d09
parent 57
6c5211c0120b
child 76
3ff381bfa469
equal deleted inserted replaced
70:d6838a268020 71:7a4446a77d09
490 490
491 void task_tft(void *pvParameter) 491 void task_tft(void *pvParameter)
492 { 492 {
493 char msg[96]; 493 char msg[96];
494 494
495 ESP_LOGI(TAG, "Initialize TFT/Touch task"); 495 ESP_LOGI(TAG, "Starting TFT/Touch");
496 496
497 /* 497 /*
498 * Task loop. Read touchscreen events. 498 * Task loop. Read touchscreen events.
499 */ 499 */
500 while (1) { 500 while (1) {

mercurial