fixed colored $ in terminal watch face
This commit is contained in:
parent
3bb0ac29e2
commit
cbabd8914c
@ -51,7 +51,7 @@ WatchFaceTerminal::WatchFaceTerminal(Controllers::DateTime& dateTimeController,
|
|||||||
lv_label_set_text_static(label_prompt_1, "user@watch:~ #00ff00 $# now");
|
lv_label_set_text_static(label_prompt_1, "user@watch:~ #00ff00 $# now");
|
||||||
|
|
||||||
label_prompt_2 = lv_label_create(lv_scr_act(), nullptr);
|
label_prompt_2 = lv_label_create(lv_scr_act(), nullptr);
|
||||||
lv_label_set_recolor(label_prompt_1, true);
|
lv_label_set_recolor(label_prompt_2, true);
|
||||||
lv_obj_align(label_prompt_2, lv_scr_act(), LV_ALIGN_IN_LEFT_MID, 0, 60);
|
lv_obj_align(label_prompt_2, lv_scr_act(), LV_ALIGN_IN_LEFT_MID, 0, 60);
|
||||||
lv_label_set_text_static(label_prompt_2, "user@watch:~ #00ff00 $#");
|
lv_label_set_text_static(label_prompt_2, "user@watch:~ #00ff00 $#");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user