diff -r 2dcdf83248c8 -r 6d1f512cd074 main/task_tft.h --- a/main/task_tft.h Sat Oct 20 23:26:33 2018 +0200 +++ b/main/task_tft.h Sun Oct 21 13:07:50 2018 +0200 @@ -3,7 +3,11 @@ /** * @file task_tft.h - * @brief The interface to the TFT with touch module. + * @brief BrewBoard TFT and Touch screen driver for a 320x240 ILI9341 based display. + * But because the application is controlled using the touch screen, all the + * processing of menus is also found here. + * It's the first started task, but it does nothing until the Main_Screen + * variable is set. */ /**