nyx: add penel rev and change some labels

This commit is contained in:
CTCaer 2024-02-12 04:14:14 +02:00
parent 8c5fdf52d4
commit 38a792e564

View file

@ -813,6 +813,9 @@ static lv_res_t _create_window_fuses_info_status(lv_obj_t *btn)
case 0x98: case 0x98:
strcat(txt_buf, "-???"); strcat(txt_buf, "-???");
break; break;
case 0x99:
strcat(txt_buf, "-???");
break;
default: default:
strcat(txt_buf, " #FFDD00 Contact me!#"); strcat(txt_buf, " #FFDD00 Contact me!#");
break; break;
@ -832,13 +835,13 @@ static lv_res_t _create_window_fuses_info_status(lv_obj_t *btn)
strcat(txt_buf, "02"); strcat(txt_buf, "02");
break; break;
case 0x96: case 0x96:
strcat(txt_buf, "XX"); strcat(txt_buf, "??");
break; break;
case 0x97: case 0x97:
strcat(txt_buf, "XX"); strcat(txt_buf, "??");
break; break;
case 0x98: case 0x98:
strcat(txt_buf, "XX"); strcat(txt_buf, "??");
break; break;
default: default:
strcat(txt_buf, " #FFDD00 Contact me!#"); strcat(txt_buf, " #FFDD00 Contact me!#");
@ -2010,7 +2013,7 @@ static lv_res_t _create_window_sdcard_info_status(lv_obj_t *btn)
"Bus Width:\n" "Bus Width:\n"
"Current Rate:\n" "Current Rate:\n"
"Speed Class:\n" "Speed Class:\n"
"UHS Grade/Classes:\n" "UHS Classes:\n"
"Max Bus Speed:\n\n" "Max Bus Speed:\n\n"
"Write Protect:" "Write Protect:"
); );