AdamVStephen / gem-water-level-gauge

Building a water level gauge using MPX5010DP sensor and arduino.
GNU General Public License v2.0
0 stars 1 forks source link

Easter eggs corrupt display and leave trailing characters. #2

Closed AdamVStephen closed 6 years ago

AdamVStephen commented 6 years ago

The application runs a cycle count, and on special cycles, easter eggs update the display with non-standard information. However, the LCD 16x2 character operations involved overwrite the bottom line, but do not erase themselves afterwards, instead relying on the next information update to fully rewrite the line. This is not working. The side effect can be to leave a trailing 0 to the right of the latest reading, thus erroneously appearing that a spike of an order of magnitude has been seen,

AdamVStephen commented 6 years ago

Fixed. Mechanism understood, corrected. Tested.