pyrocommander

Dependencies:   Fonts LCD_DISCO_F746NG TS_DISCO_F746NG debug mbed

Revision:
2:139a3cbac2d9
Parent:
1:e46a729c44db
Child:
4:84d7423a6bf4
--- a/main.cpp	Sun Mar 13 09:25:53 2016 +0000
+++ b/main.cpp	Sun Mar 13 09:30:20 2016 +0000
@@ -5,8 +5,6 @@
 #include "stm32746g_discovery_lcd.h"
 #include "TS_DISCO_F746NG.h"
 #include "fonts.h"
-#include "FontX.h"
-#include "Digital16x31.h" 
 
 #define FramesPerSecond 25
 
@@ -51,7 +49,6 @@
     lcd.SetBackColor(LCD_COLOR_DARKRED);
     lcd.SetTextColor(LCD_COLOR_YELLOW);
     lcd.SetFont(&Font24);
-    lcd.SetFont(&Digital16x31);
 
     while(1) {
         wait_ms (40);