We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8030eae commit 58f697cCopy full SHA for 58f697c
third_lib/SPI_LCD/oled_run.c
@@ -93,7 +93,7 @@ blikvm_int32_t oled_240_240_show(blikvm_int32_t diff)
93
blikvm_backlight_open();
94
Paint_Clear(WHITE);
95
Paint_SetRotate(ROTATE_270);
96
- GUI_ReadBmp("/mnt/blikvm/web_src/web_server/lib/oled_info.bmp");
+ GUI_ReadBmp("/mnt/exec/release/lib/oled_info.bmp");
97
Paint_DrawString_EN( 60, 10, "BliKVM V4", &Font24, WHITE ,BLACK);
98
99
// IP addresss
0 commit comments