
DigitalSignal_Lab
Dependencies: LCD_DISCO_F746NG BSP_DISCO_F746NG Graphics
Diff: main.cpp
- Branch:
- defaut
- Revision:
- 7:c8ddf2b6aaec
- Parent:
- 3:297f513b26fe
- Child:
- 8:b12196cca5dc
diff -r 32f04085bea0 -r c8ddf2b6aaec main.cpp --- 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;