#ifndef CASTRAY_H #define CASTRAY_H #include #include "Seven_Segment10pt7b.h" #include "DSEG7_Classic_Regular_15.h" #include "DSEG7_Classic_Bold_25.h" #include "DSEG7_Classic_Regular_39.h" #include "icons.h" #include "pixelfunc.h" static GxEPD2_BW * displayPtr = nullptr; class CastRay : public Watchy{ using Watchy::Watchy; public: void drawWatchFace(); void drawLoop(); }; #endif