Added AM2302 sensor reading to one of the screens
This commit is contained in:
+2
-1
@@ -15,6 +15,7 @@ public:
|
||||
Carousel(Screen *screens, size_t screenCount);
|
||||
void draw(U8G2 &u8g2);
|
||||
bool consumeDirty();
|
||||
void requestRedraw();
|
||||
void nextScreen();
|
||||
void update(unsigned long now);
|
||||
|
||||
@@ -26,4 +27,4 @@ private:
|
||||
bool dirty_;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user