PACMAN_part_3_0

Dependencies:   mbed LCD_DISCO_F469NI TS_DISCO_F469NI BSP_DISCO_F469NI

Revision:
5:f656bf0571b9
Parent:
4:02222711571e
diff -r 02222711571e -r f656bf0571b9 main.cpp
--- 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);