fixed bug with wrong indentatiojn after clear
This commit is contained in:
@@ -69,6 +69,8 @@ void Display::clear(void){
|
||||
}
|
||||
Wire.endTransmission();
|
||||
}
|
||||
this -> charsOnCurrLine = 0;
|
||||
this -> currLine = 0;
|
||||
return;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user