Display driver for the Vives city game

Dependencies:   TextLCD

Revision:
5:06eccc902247
Parent:
4:f056a09af806
--- a/CostumCharacters.h	Mon May 08 20:01:50 2017 +0000
+++ b/CostumCharacters.h	Mon May 15 17:52:42 2017 +0000
@@ -7,23 +7,12 @@
     TextLCD * lcd;
 
 public:
-/*
-    const char batteryIcon[][8];
-
-    const char gpsIcon[][8];
-
-    const char loraIcon[][8];
-
-    const char loraStatusIcon[][8];
-*/
-
-public:
 
     CostumCharacters( TextLCD * lcd );
     
     void setBatteryIcon( int lvl );
-    void setGpsIcon( bool gpsFix );
-    void setLoraIcon( bool lora );
+    void setGpsIcon( int gpsFix );
+    void setLoraIcon( int lora );
     void setLoraStatusIcon( int loraStatus );