11 lines
203 B
C
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
|