sad radi

Dependencies:   BSP_DISCO_F469NIfdsf LCD_DISCO_F469NI mbed

Fork of PrintGearUSpesno by Nenad Djalovic

Revision:
2:2c90cdf71847
Parent:
1:b6c19373bd01
--- a/main.cpp	Tue Oct 24 08:50:14 2017 +0000
+++ b/main.cpp	Thu Oct 26 19:40:28 2017 +0000
@@ -1,14 +1,15 @@
-
 #include "Gear.h"
 #include "mbed.h"
-
+#include "LogoBitmap.h"
+#include "LCD_DISCO_F469NI.h"
 LCD_DISCO_F469NI lcd;
 extern GEAR Gear1;
 
 int main()
 {    
-    //lcd.init();
-    PrintGear(Gear1);
+    
+    PrintLogo();
+    /*PrintGear(Gear1);*/
     while(1) {
         };
     }