esp-open-rtos/extras/fonts/config.h
2016-12-08 12:44:27 +01:00

8 lines
148 B
C

#ifndef _EXTRAS_FONTS_CONFIG_H_
#define _EXTRAS_FONTS_CONFIG_H_
#ifndef NUM_FONTS
#define NUM_FONTS 3
#endif
#endif /* _EXTRAS_FONTS_CONFIG_H_ */