Interfaçage NeoPixel Ring 12, LPRO MECSE, Arnaud A.

Revision:
2:a885824aefe0
Parent:
1:2a58d8fcf7f9
--- a/view2.h	Mon Jun 22 21:55:40 2020 +0000
+++ b/view2.h	Tue Jun 30 23:32:27 2020 +0000
@@ -27,6 +27,9 @@
     void updateViewChanged(Button* button);
     bool getViewChanged();
     void setViewChanged(bool viewChanged);
+    void updateAnim1(Button* button);
+    bool getAnim1();
+    void setAnim1(bool viewChanged);
     void initView();
     ~View2();  
 
@@ -47,6 +50,7 @@
                           false, false, false, false,
                           false, false, false, false};
     bool viewChanged= false;
+    bool anim1Bool= false;
     
     //Animations
     Button *anim1  = new Button(20, 38, ANIMATION_BUTTON_WIDTH, ANIMATION_BUTTON_HEIGHT, LIGHT_GRAY);