From 7fe96eea484d5ef9e2c10f1a96af4d3ba661a430 Mon Sep 17 00:00:00 2001 From: Frans van Bellen Date: Fri, 5 Feb 2021 22:18:24 +0100 Subject: [PATCH] Add files via upload --- Bahn.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Bahn.ino b/Bahn.ino index 6eef0cf..3afa3aa 100644 --- a/Bahn.ino +++ b/Bahn.ino @@ -1,6 +1,6 @@ #include //include the Watchy library -#include -#include +#include "DIN_1451_Engschrift_Regular64pt7b.h" +#include "DIN_1451_Engschrift_Regular12pt7b.h" class WatchFace : public Watchy { //inherit and extend Watchy class