beLow watchface

This commit is contained in:
Klemek
2021-08-30 10:48:16 +02:00
parent 6a02d5973d
commit bed398b85e
6 changed files with 384 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
#ifndef WATCHY_BELOW_H
#define WATCHY_BELOW_H
#include <Watchy.h>
#include "below.h"
class WatchyBelow : public Watchy
{
public:
WatchyBelow();
void drawWatchFace();
};
#endif