main/task_tft.h

changeset 4
6d1f512cd074
parent 0
b74b0e4902c3
equal deleted inserted replaced
3:2dcdf83248c8 4:6d1f512cd074
1 #ifndef _TASK_TFT_H 1 #ifndef _TASK_TFT_H
2 #define _TASK_TFT_H 2 #define _TASK_TFT_H
3 3
4 /** 4 /**
5 * @file task_tft.h 5 * @file task_tft.h
6 * @brief The interface to the TFT with touch module. 6 * @brief BrewBoard TFT and Touch screen driver for a 320x240 ILI9341 based display.
7 * But because the application is controlled using the touch screen, all the
8 * processing of menus is also found here.
9 * It's the first started task, but it does nothing until the Main_Screen
10 * variable is set.
7 */ 11 */
8 12
9 /** 13 /**
10 * @brief Update the JSON structure with the logdata. 14 * @brief Update the JSON structure with the logdata.
11 */ 15 */

mercurial