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
Revision 2:3bb535973904, committed 2018-06-12
- Comitter:
- Tsarvadim
- Date:
- Tue Jun 12 15:04:11 2018 +0000
- Parent:
- 1:f034e131e408
- Commit message:
- Projet acc?l?rom?tre
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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);