Revision:
3:86ea18a6bfff
Parent:
2:fd11fb4d51f8
Child:
5:c4038609e806
--- a/view.h	Mon Jun 15 02:01:15 2020 +0000
+++ b/view.h	Mon Jun 15 02:11:08 2020 +0000
@@ -28,8 +28,9 @@
     void contain(int x, int y);
     void draw();
     void updateLCD();
-    bool updatePlusMinus(Button* it);
-    bool updateLEDS(Button* it);
+    bool updatePlusMinus(Button* button);
+    bool updateLEDS(Button* button);
+    bool updateSetNewColorAndCancel(Button* button);
     ~View();