mirror of
https://github.com/jaksatomovic/esp32-clickwheel.git
synced 2025-07-04 11:07:12 -04:00
7 lines
141 B
C
7 lines
141 B
C
#ifndef CONSTANTS_H
|
|
#define CONSTANTS_H
|
|
|
|
#define FONT_SEMIBOLD "Baloo2-SemiBold-26"
|
|
#define FONT_BOLD "Baloo2-Bold-26"
|
|
|
|
#endif // CONSTANTS_H
|