Skip to content

Commit 58f697c

Browse files
committed
chore:fix the v4 oled_info.bmp error path
1 parent 8030eae commit 58f697c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

third_lib/SPI_LCD/oled_run.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ blikvm_int32_t oled_240_240_show(blikvm_int32_t diff)
9393
blikvm_backlight_open();
9494
Paint_Clear(WHITE);
9595
Paint_SetRotate(ROTATE_270);
96-
GUI_ReadBmp("/mnt/blikvm/web_src/web_server/lib/oled_info.bmp");
96+
GUI_ReadBmp("/mnt/exec/release/lib/oled_info.bmp");
9797
Paint_DrawString_EN( 60, 10, "BliKVM V4", &Font24, WHITE ,BLACK);
9898

9999
// IP addresss

0 commit comments

Comments
 (0)