InfiniTimeOrg / InfiniTime

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

Scrolling just before DFU starts makes the display glitch out #77

Closed Avamander closed 2 years ago

Avamander commented 4 years ago

When you manage to scroll the exact moment when the DFU is starting, the display glitches out and doesn't seem to recover afterwards.

JF002 commented 4 years ago

This issue is certainly triggered by a race condition between the SystemTask and DisplayTask that trigger a vertical scroll and the same time...

Avamander commented 4 years ago

Might be related to: https://github.com/JF002/Pinetime/issues/91

petterhs commented 3 years ago

Is this still reproducible?

JF002 commented 2 years ago

I'm closing this issue as it's very old. Feel free to re-open if this bug is still present.