From ec8e4eb6320ddaabd71afbda12e93fbdab0d10d0 Mon Sep 17 00:00:00 2001 From: salaaad2 Date: Tue, 17 May 2022 20:58:07 +0200 Subject: initial commit --- src/castRay.h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/castRay.h (limited to 'src/castRay.h') diff --git a/src/castRay.h b/src/castRay.h new file mode 100644 index 0000000..10dc756 --- /dev/null +++ b/src/castRay.h @@ -0,0 +1,22 @@ +#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 -- cgit v1.2.3