main/task_tft.c

branch
stable
changeset 73
baa34eaca140
parent 71
7a4446a77d09
child 76
3ff381bfa469
equal deleted inserted replaced
66:f066fdeb9650 73:baa34eaca140
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