diff -r 2dcdf83248c8 -r 6d1f512cd074 main/task_tft.c --- a/main/task_tft.c Sat Oct 20 23:26:33 2018 +0200 +++ b/main/task_tft.c Sun Oct 21 13:07:50 2018 +0200 @@ -1,11 +1,10 @@ /** * @file task_tft.c - * @brief BrewBoard TFT and Touch screen driver. - * 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. - * + * @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. */ #include "config.h"