main/task_tft.c

changeset 4
6d1f512cd074
parent 2
7a03d81c0e0d
child 25
79ee940410de
equal deleted inserted replaced
3:2dcdf83248c8 4:6d1f512cd074
1 /** 1 /**
2 * @file task_tft.c 2 * @file task_tft.c
3 * @brief BrewBoard TFT and Touch screen driver. 3 * @brief BrewBoard TFT and Touch screen driver for a 320x240 ILI9341 based display.
4 * But because the application is controlled using the touch screen, 4 * But because the application is controlled using the touch screen, all the
5 * all the processing of menus is also found here. 5 * processing of menus is also found here.
6 * It's the first started task, but it does nothing until the 6 * It's the first started task, but it does nothing until the Main_Screen
7 * Main_Screen variable is set. 7 * variable is set.
8 *
9 */ 8 */
10 9
11 #include "config.h" 10 #include "config.h"
12 11
13 spi_lobo_device_handle_t spi; ///< TFT screen SPI handler 12 spi_lobo_device_handle_t spi; ///< TFT screen SPI handler

mercurial