Skip to content

Commit c0b7f6e

Browse files
committed
Fix: Remove fonts / assets definition from main/boards for lichuang-esp32s3r8n8
1 parent 9fd2c42 commit c0b7f6e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

main/boards/lichuang-esp32s3r8n8/lichuang_esp32s3r8n8_board.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,7 @@ class LichuangEsp32s3Board : public WifiBoard {
8383

8484
display_ = new OledDisplay(panel_io_, panel_,
8585
DISPLAY_WIDTH, DISPLAY_HEIGHT,
86-
DISPLAY_MIRROR_X, DISPLAY_MIRROR_Y,
87-
{&font_puhui_14_1, &font_awesome_14_1});
86+
DISPLAY_MIRROR_X, DISPLAY_MIRROR_Y);
8887
}
8988

9089
void InitializeButtons() {

0 commit comments

Comments
 (0)