This commit is contained in:
Jerry
2025-02-25 17:52:00 +08:00
parent 2aab05ba64
commit 689e4a08c9
37 changed files with 3936 additions and 11 deletions

9
include/font.h Executable file
View 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__