Update gui_info.c

This commit is contained in:
Takiiiiiiii 2025-03-11 14:18:02 +08:00 committed by GitHub
parent 967e8cb5a3
commit 7f371da960
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -814,6 +814,54 @@ static lv_res_t _create_window_fuses_info_status(lv_obj_t *btn)
break;
}
break;
case PANEL_RR_SUPER7_IPS_V1:
strcat(txt_buf, "RR SUPER7 IPS");
switch (display_rev)
{
case 0x01:
strcat(txt_buf, "-V1");
break;
default:
strcat(txt_buf, " #FFDD00 Contact me!#");
break;
}
break;
case PANEL_RR_SUPER7_IPS_HD_V1:
strcat(txt_buf, "RR SUPER7 IPS HD");
switch (display_rev)
{
case 0x01:
strcat(txt_buf, "-V1");
break;
default:
strcat(txt_buf, " #FFDD00 Contact me!#");
break;
}
break;
case PANEL_RR_SUPER7_OLED_7V1:
strcat(txt_buf, "RR SUPER7 OLED");
switch (display_rev)
{
case 0x01:
strcat(txt_buf, "-V1");
break;
default:
strcat(txt_buf, " #FFDD00 Contact me!#");
break;
}
break;
case PANEL_RR_SUPER7_OLED_HD_7V1:
strcat(txt_buf, "RR SUPER7 OLED HD");
switch (display_rev)
{
case 0x01:
strcat(txt_buf, "-V1");
break;
default:
strcat(txt_buf, " #FFDD00 Contact me!#");
break;
}
break;
case PANEL_JDI_LAM062M109A:
strcat(txt_buf, "JDI LAM062M109A");
break;