InfiniTimeOrg / InfiniTime

Firmware for Pinetime smartwatch written in C++ and based on FreeRTOS
GNU General Public License v3.0
2.64k stars 902 forks source link

Navigation UI tweaks #1908

Closed kieranc closed 7 months ago

kieranc commented 7 months ago

Now that navigation is usable on android I've been actually using it, and found that the interface needed a bit of tweaking - the text showing the road name could overflow when it was too long, and the distance to the next direction was too small to easily see when driving. This PR aims to fix these 2 issues.

Before: InfiniSim_2023-11-08_205346

After: InfiniSim_2023-11-08_205440

github-actions[bot] commented 7 months ago
Build size and comparison to main: Section Size Difference
text 377496B 696B
data 940B 0B
bss 63420B 0B
JF002 commented 7 months ago

Great, thanks! I think this PR fixes #775 as well :+1: