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 fc4cccd commit b389a5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=LcdBarGraphX
version=2.0.0
version=2.0.1
author=Balazs Kelemen <prampec+arduino@gmail.com>
maintainer=Balazs Kelemen <prampec+arduino@gmail.com>
sentence=Visualizing alanalog values on an LCD with the LiquidCrystal_I2C library.
Expand Down
1 change: 1 addition & 0 deletions src/LcdBarGraphX.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ void LcdBarGraphX::begin()
_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 b389a5c

Please sign in to comment.