Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BSP_DISCO_F746NG LCD_DISCO_F746NG TS_DISCO_F746NG mbed
Diff: main.cpp
- Revision:
- 2:3bb535973904
- Parent:
- 1:f034e131e408
diff -r f034e131e408 -r 3bb535973904 main.cpp --- a/main.cpp Tue Jun 12 15:00:09 2018 +0000 +++ b/main.cpp Tue Jun 12 15:04:11 2018 +0000 @@ -149,6 +149,11 @@ lcd.SetTextColor(LCD_COLOR_WHITE); lcd.SetFont(&Font16); lcd.DisplayStringAt(0,190, (uint8_t *)"JEU", CENTER_MODE); + + + lcd.SetBackColor(LCD_COLOR_WHITE); + + lcd.SetTextColor(LCD_COLOR_BLACK); do { ts.GetState(&TS_State);