mirror of
https://github.com/JADE-Jerry/jcalendar.git
synced 2025-12-06 17:42:52 +08:00
1.0.22
This commit is contained in:
9
include/font.h
Executable file
9
include/font.h
Executable file
@@ -0,0 +1,9 @@
|
||||
#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__
|
||||
Reference in New Issue
Block a user