mirror of
https://github.com/JADE-Jerry/jcalendar.git
synced 2025-12-06 17:42:52 +08:00
10 lines
206 B
C
Executable File
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__
|