Template for working forward

Dependencies:   mbed PinDetect

Revision:
5:9a03cb84a60c
Parent:
4:d129442ea4dd
--- a/main.cpp	Sun Oct 17 18:29:13 2021 +0000
+++ b/main.cpp	Wed Oct 20 11:31:38 2021 +0000
@@ -4,7 +4,7 @@
 #include "GUI.h"
 #include "cy8ckit_028_tft.h"
 
-#define LED_DIAMETER    (16)
+#define LED_DIAMETER    (32)
 #define LED_RADIUS      (LED_DIAMETER/2)
 #define DISPLAY_X       (320)
 #define DISPLAY_Y       (240)
@@ -27,7 +27,7 @@
     /* Clear screen and print splash screen */
     GUI_Clear();
     GUI_SetTextAlign(GUI_TA_HCENTER);
-    GUI_DispStringAt("asr666 Super Computer", 160, 0);
+    GUI_DispStringAt("CITY3032 Super Computer", 160, 0);
 }
 
 int main()