summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/displayapp/screens/SystemInfo.cpp10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/displayapp/screens/SystemInfo.cpp b/src/displayapp/screens/SystemInfo.cpp
index b5b17347..2b0f47fa 100644
--- a/src/displayapp/screens/SystemInfo.cpp
+++ b/src/displayapp/screens/SystemInfo.cpp
@@ -78,7 +78,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"
+ "#FF3050 INFINITIME-PKJ#\n\n"
"#808080 Version# %ld.%ld.%ld\n"
"#808080 Short Ref# %s\n"
"#808080 Build date#\n"
@@ -277,9 +277,11 @@ std::unique_ptr<Screen> SystemInfo::CreateScreen5() {
"the GNU General\n"
"Public License v3\n"
"#808080 Source code#\n"
- "#FFFF00 https://github.com/#\n"
- "#FFFF00 InfiniTimeOrg/#\n"
- "#FFFF00 InfiniTime#");
+ "#FF3050 https://git.#\n"
+ "#FF3050 davidpenkowoj.de/#\n"
+ "#FF3050 infinitime-pkj.git#");
+ // https://git.davidpenkowoj.de/
+ // infinitime-pkj.git
lv_label_set_align(label, LV_LABEL_ALIGN_CENTER);
lv_obj_align(label, lv_scr_act(), LV_ALIGN_CENTER, 0, 0);
return std::make_unique<Screens::Label>(4, 5, app, label);