InfiniTimeOrg / InfiniTime

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

Heart Rate: Updated UI #1828

Open judgie97 opened 10 months ago

judgie97 commented 10 months ago

Updated start button in Heart Rate app to match timer app. Fixes Issue #1246

github-actions[bot] commented 10 months ago
Build size and comparison to main: Section Size Difference
text 395268B 48B
data 996B 0B
bss 63372B 0B
minacode commented 10 months ago

Since multiple buttons should follow this design, is it possible to define the style globally and just import and apply it here? Maybe this saves some bytes.

judgie97 commented 10 months ago

Sounds good. Still trying to work my way through the code to see how everything works but I will have a look.