forked from xiaozhi/xiaozhi-esp32
fix lichuang c3 font size
This commit is contained in:
@@ -7,5 +7,5 @@
|
|||||||
```
|
```
|
||||||
Partition Table --->
|
Partition Table --->
|
||||||
Partition Table (Custom partition table CSV) --->
|
Partition Table (Custom partition table CSV) --->
|
||||||
(partitions_4M.csv) Custom partition CSV file
|
(partitions_8M.csv) Custom partition CSV file
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -15,8 +15,8 @@
|
|||||||
|
|
||||||
#define TAG "LichuangC3DevBoard"
|
#define TAG "LichuangC3DevBoard"
|
||||||
|
|
||||||
LV_FONT_DECLARE(font_puhui_20_4);
|
LV_FONT_DECLARE(font_puhui_16_4);
|
||||||
LV_FONT_DECLARE(font_awesome_20_4);
|
LV_FONT_DECLARE(font_awesome_16_4);
|
||||||
|
|
||||||
class LichuangC3DevBoard : public WifiBoard {
|
class LichuangC3DevBoard : public WifiBoard {
|
||||||
private:
|
private:
|
||||||
@@ -99,7 +99,7 @@ private:
|
|||||||
esp_lcd_panel_mirror(panel, DISPLAY_MIRROR_X, DISPLAY_MIRROR_Y);
|
esp_lcd_panel_mirror(panel, DISPLAY_MIRROR_X, DISPLAY_MIRROR_Y);
|
||||||
display_ = new LcdDisplay(panel_io, panel, DISPLAY_BACKLIGHT_PIN, DISPLAY_BACKLIGHT_OUTPUT_INVERT,
|
display_ = new LcdDisplay(panel_io, panel, DISPLAY_BACKLIGHT_PIN, DISPLAY_BACKLIGHT_OUTPUT_INVERT,
|
||||||
DISPLAY_WIDTH, DISPLAY_HEIGHT, DISPLAY_OFFSET_X, DISPLAY_OFFSET_Y, DISPLAY_MIRROR_X, DISPLAY_MIRROR_Y, DISPLAY_SWAP_XY,
|
DISPLAY_WIDTH, DISPLAY_HEIGHT, DISPLAY_OFFSET_X, DISPLAY_OFFSET_Y, DISPLAY_MIRROR_X, DISPLAY_MIRROR_Y, DISPLAY_SWAP_XY,
|
||||||
&font_puhui_20_4, &font_awesome_20_4);
|
&font_puhui_16_4, &font_awesome_16_4);
|
||||||
}
|
}
|
||||||
|
|
||||||
// 物联网初始化,添加对 AI 可见设备
|
// 物联网初始化,添加对 AI 可见设备
|
||||||
|
|||||||
Reference in New Issue
Block a user