fix font declare

This commit is contained in:
Terrence
2025-01-23 21:52:27 +08:00
parent ea605a8e44
commit 2026472d48
8 changed files with 15 additions and 15 deletions

View File

@@ -14,8 +14,8 @@
#include "esp_lcd_nv3023.h"
#define TAG "magiclick_2p4"
DECLARE_FONT(font_puhui_16_4);
DECLARE_FONT(font_awesome_16_4);
LV_FONT_DECLARE(font_puhui_16_4);
LV_FONT_DECLARE(font_awesome_16_4);
class magiclick_2p4 : public WifiBoard {
private: