start cat icon

This commit is contained in:
ecarlett 2024-05-27 17:15:02 +02:00 committed by Eve C
parent ecea195533
commit d6a6bda6ba
3 changed files with 1 additions and 1 deletions

BIN
draft_pictures/cat.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

BIN
draft_pictures/cat.xcf Normal file

Binary file not shown.

View file

@ -502,7 +502,7 @@ void WatchFaceMeow::Refresh() {
// Add alarm state and time
// AlarmState is an enum type in class AlarmController that is in namespace controllers
// Not sure if it can handle automatically am / pm format (TODO)
// TODO Eve : Not sure if it can handle automatically am / pm format
alarmState = alarmController.State()==Pinetime::Controllers::AlarmController::AlarmState::Set;
lv_label_set_text_static(alarmIcon, AlarmIcon::GetIcon(alarmState));
lv_obj_align(alarmIcon, dateContainer, LV_ALIGN_OUT_BOTTOM_MID, 0, 0);