main/task_tft.c

changeset 4
6d1f512cd074
parent 2
7a03d81c0e0d
child 25
79ee940410de
--- 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"

mercurial