DigitalSignal_Lab

Dependencies:   LCD_DISCO_F746NG BSP_DISCO_F746NG Graphics

Files at this revision

API Documentation at this revision

Comitter:
ngtkien95@gmail.com
Date:
Wed Aug 28 23:45:28 2019 +0700
Branch:
defaut
Parent:
6:32f04085bea0
Child:
8:b12196cca5dc
Commit message:
add casi

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Wed Aug 28 23:34:10 2019 +0700
+++ b/main.cpp	Wed Aug 28 23:45:28 2019 +0700
@@ -33,8 +33,8 @@
     graphics.SetBackColor(LCD_COLOR_BLACK);
     graphics.SetTextColor(LCD_COLOR_LIGHTGRAY);
     graphics.DisplayStringAt(10, 10, (unsigned char*)TITLE, CENTER_MODE);
-
-
+    graphics.DisplayStringAt(10, 70, (unsigned char*)TITLE, CENTER_MODE);
+    graphics.DisplayStringAt(10, 40, (unsigned char*)TITLE, CENTER_MODE);
 
     int xrand = 0,yrand = 0;
     uint32_t colorshift = LCD_COLOR_WHITE;