Skip to content

Commit

Permalink
Avoid junk characters.
Browse files Browse the repository at this point in the history
  • Loading branch information
prampec committed Oct 31, 2017
1 parent 5bd90e2 commit a2b5e08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/LcdBarGraph.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ LcdBarGraph::LcdBarGraph(LiquidCrystal* lcd, byte numCols, byte startX, byte sta
_lcd->createChar(2, this->_level2);
_lcd->createChar(3, this->_level3);
_lcd->createChar(4, this->_level4);
_lcd->clear(); // put lcd back into DDRAM mode
// -- setting initial values
this->_prevValue = 0; // -- cached value
this->_lastFullChars = 0; // -- cached value
Expand Down

0 comments on commit a2b5e08

Please sign in to comment.