kanflo / opendps

Give your DPS5005 the upgrade it deserves
MIT License
895 stars 124 forks source link

Function generator should not clear on activation to prevent glitchiness #171

Closed kohrar closed 3 years ago

kohrar commented 5 years ago

When switching to the function generator screen, the UI elements flash about 3 times.

Applying #165 will make the screen blank on deactivation. This means that the code in the activation function to clear the screen in the function generator module is redundant and no longer required. Without these extra calls to clear and redraw UI elements, the glitchiness goes away as well.