Files
yoradio/yoRadio/src/displays/fonts/dsfont52.h
2025-08-24 17:58:08 +03:00

11 lines
203 B
C

#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