watchy lib 1.3 fixes

This commit is contained in:
Klemek
2022-04-09 18:31:34 +02:00
parent 7d4a64b865
commit 084aa665ca
18 changed files with 222 additions and 79 deletions
+8 -6
View File
@@ -6,6 +6,8 @@
#include "FreeMonoBold7pt7b.h"
#include "wta.h"
#define FR
#ifdef FR
#include "pokemon_fr.h"
#else
@@ -14,12 +16,12 @@
class WatchyPokemon : public WatchySynced
{
public:
WatchyPokemon();
void drawWatchFace();
double randomDay();
double randomHour();
double randomMinute();
using WatchySynced::WatchySynced;
public:
void drawWatchFace();
double randomDay();
double randomHour();
double randomMinute();
};
#endif