Skip to content

Commit

Permalink
Added OSD into system info screen so it is clearer that this is not s…
Browse files Browse the repository at this point in the history
…tock Infinitime Firmware
  • Loading branch information
jones139 committed Jan 7, 2024
1 parent 306dff3 commit c1f1c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/displayapp/screens/SystemInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ std::unique_ptr<Screen> SystemInfo::CreateScreen1() {
lv_obj_t* label = lv_label_create(lv_scr_act(), nullptr);
lv_label_set_recolor(label, true);
lv_label_set_text_fmt(label,
"#FFFF00 InfiniTime#\n\n"
"#FFFF00 OSD_InfiniTime#\n\n"
"#808080 Version# %ld.%ld.%ld\n"
"#808080 Short Ref# %s\n"
"#808080 Build date#\n"
Expand Down

0 comments on commit c1f1c66

Please sign in to comment.