InfiniTimeOrg / InfiniTime

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

Graphics: firmware update screen: progressbar fill doesn't fit progressbar outline #59

Closed dwagenk closed 3 years ago

dwagenk commented 4 years ago

The progressbar on the firmware update screen looks a little weird in the Range of ~ 1% to 3% progress. The red fill has a different shape than the outline. See the attached image (poor quality, but the mismatch can be seen). pinetime-firmware-update-progress-missmatch

JF002 commented 4 years ago

Right, the first few % are drawn strangely... The drawing is done by LittleVGL. We can either try to fix it or... do not update the progress bar until 3-4%...

JF002 commented 3 years ago

Fixed in 0.14 with the integration of LVGL7