When syncing e.g. weather info on the watch, the display/layout for temperature is broken/misplaced/invisible on lcdclock and lcdclockplus inside the clockinfo menus.
This PR fixed that issue by removing special characters from the clockinfo item text that can't be displayed by 7seg font. The width calculation for the size definition becomes more accurate, which leads to a correct placement of the text.
When syncing e.g. weather info on the watch, the display/layout for temperature is broken/misplaced/invisible on
lcdclock
andlcdclockplus
inside the clockinfo menus.This PR fixed that issue by removing special characters from the clockinfo item text that can't be displayed by
7seg
font. The width calculation for the size definition becomes more accurate, which leads to a correct placement of the text.