From 60e6317b7f03a0982e32169f423c3c67124132bf Mon Sep 17 00:00:00 2001 From: davidpkj Date: Tue, 24 Jan 2023 14:42:42 +0100 Subject: Update: system information --- src/displayapp/screens/SystemInfo.cpp | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src/displayapp/screens/SystemInfo.cpp') 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 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 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(4, 5, app, label); -- cgit v1.2.3