summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/SystemInfo.cpp
diff options
context:
space:
mode:
authordavidpkj <davidpenkow1@gmail.com>2023-01-24 21:24:28 +0100
committerdavidpkj <davidpenkow1@gmail.com>2023-01-24 21:24:28 +0100
commitc95a80f4e46e2942bf295ae17f4c7eae27e8495b (patch)
tree5fc23d3be1352c048cf39bcfeca33e5cef498e75 /src/displayapp/screens/SystemInfo.cpp
parenta3e14c012d76fc8f7ad4c16ad9dc67e8995ce10e (diff)
parent52f3310d0077a352ade7e1f9df6a1d201ee0c631 (diff)
merged ui-cleaning into develop
Diffstat (limited to 'src/displayapp/screens/SystemInfo.cpp')
-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);