Konacan kod

Dependencies:   BSP_DISCO_F469NIa EEPROM_DISCO_F469NI LCD_DISCO_F469NIa SD_DISCO_F469NI mbed

Fork of IntegrationCAN by Nenad Djalovic

Revision:
2:f54f01527ebb
Parent:
0:38c3afd99aeb
--- a/draw_print_library.cpp	Wed May 16 14:55:13 2018 +0000
+++ b/draw_print_library.cpp	Thu Jun 28 16:33:23 2018 +0000
@@ -363,7 +363,7 @@
 };
 
 void ChangeCrank(int Crank){
-    PrintString("             ",50,350,400,LCD_COLOR_GREEN);
+    PrintString("     ",50,350,400,LCD_COLOR_GREEN);
     if (Crank){
         PrintString("ERROR",50,CrankXPos,CrankYPos,LCD_COLOR_RED);
         lcd.SetTextColor(LCD_COLOR_BLACK);