Files
jcalendar/include/font.h
2025-02-25 17:52:00 +08:00

10 lines
206 B
C
Executable File

#ifndef __FONT_H__
#define __FONT_H__
#include <stdbool.h>
#include <u8g2_fonts.h>
extern const uint8_t u8g2_font_qweather_icon_16[] U8G2_FONT_SECTION("u8g2_font_qweather_icon_16");
#endif // __FONT_H__