button

Dependents:   Temperature_Sensor_to_LCD

Revision:
16:742da8cc7e07
Parent:
14:f1df5510ea4b
--- a/button_group.hpp	Thu Aug 16 07:53:40 2018 +0000
+++ b/button_group.hpp	Mon Oct 29 18:20:55 2018 +0000
@@ -60,7 +60,8 @@
         // Get touched number and redraw button if touched
         bool GetTouchedNumber(int &num, uint32_t color);
         
-       
+        // Get touched number and no redraw button if touched
+        bool GetTouchedNumber_no_redraw(int &num, uint32_t color);
         
 
     private: