reefangel / Libraries

Arduino Libraries for your Reef Angel Controller
35 stars 33 forks source link

2014 Screen Custom Var Display Ghosting #216

Closed curtbinder closed 9 years ago

curtbinder commented 9 years ago

When displaying the values for the custom variables on the new 2014 screen, the entire space for the variable is not cleared before being displayed.

Example: You have Var 2 set to 150 and then you change Var 2 to 67, you get a display on the screen of 670. The 0 from 150 is not cleared out before the new value 67 is written thus making the display show 670 instead of the actual value of 67.

This should be cleared like we do for the parameters.

curtbinder commented 9 years ago

This has been fixed in my dev branch copy on April 19, 2015. No pull request created since it was a single patch.