ELEC2645 (2018/19) / Mbed 2 deprecated el17ajf

Dependencies:   mbed

Fork of el17ajf by Angus Findlay

Revision:
27:2ed9e3c9f4e9
Parent:
25:bf47fe41883a
Child:
30:11838cb6979f
--- a/Menus/UI/UI.h	Thu Apr 04 18:39:45 2019 +0000
+++ b/Menus/UI/UI.h	Fri Apr 05 17:16:59 2019 +0000
@@ -12,6 +12,7 @@
         
         void drawTitle(const char * text);
         void drawLabel(const char * text);
+        void drawFlashingLabel(const char * text);
         bool drawAndCheckButton(const char * text);
     
         void selectNextButton();
@@ -28,6 +29,7 @@
         int buttonCurrentlySelected;
         int buttonCurrentlyDrawing;
         bool buttonPressedFrame;
+        int frame;
     };
 };
 #endif
\ No newline at end of file