PACMAN_part_3_0
Dependencies: mbed LCD_DISCO_F469NI TS_DISCO_F469NI BSP_DISCO_F469NI
Revision 5:f656bf0571b9, committed 2020-01-02
- Comitter:
- fab2sn
- Date:
- Thu Jan 02 10:39:14 2020 +0000
- Parent:
- 4:02222711571e
- Commit message:
- Red background
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Fri Dec 20 15:57:48 2019 +0000 +++ b/main.cpp Thu Jan 02 10:39:14 2020 +0000 @@ -7,7 +7,7 @@ int main() { /* Efface ecran */ - lcd.Clear(LCD_COLOR_BLACK); + lcd.Clear(LCD_COLOR_RED); /* Rectangle */ lcd.SetTextColor(LCD_COLOR_BLUE);