This commit is contained in:
2024-08-29 16:46:54 +08:00
parent 899dcdd294
commit d7d34508d6
21 changed files with 2344 additions and 342 deletions

View File

@@ -12,7 +12,7 @@ extern "C" {
#include <stdio.h>
#include <stdint.h>
#include <stdbool.h>
#include "lvgl.h"
#include "lvgl_font.h"
// 定义像素颜色的位数
#define PIX_COLOR_SIZE 1
@@ -41,4 +41,4 @@ uint8_t Font_draw_letter(const lv_font_t *font, Font_f_t *fd, uint32_t letter, i
}
#endif
#endif
#endif