This commit is contained in:
e2002
2025-08-24 17:58:08 +03:00
parent 383a5d5119
commit 1b644d7895
117 changed files with 1777 additions and 3934 deletions

View File

@@ -0,0 +1,10 @@
#ifndef dsfont_h
#define dsfont_h
#if CLOCKFONT_MONO
#include "DS_DIGI42pt7b_mono.h" // https://tchapi.github.io/Adafruit-GFX-Font-Customiser/
#else
#include "DS_DIGI42pt7b.h"
#endif
#endif