LED Template

Dependencies:   mbed PinDetect

Files at this revision

API Documentation at this revision

Comitter:
jevanz95
Date:
Wed Oct 20 11:31:41 2021 +0000
Parent:
4:d129442ea4dd
Commit message:
Joe

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r d129442ea4dd -r 5fa081667b88 main.cpp
--- a/main.cpp	Sun Oct 17 18:29:13 2021 +0000
+++ b/main.cpp	Wed Oct 20 11:31:41 2021 +0000
@@ -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("Jevz Super Computer", 160, 0);
 }
 
 int main()