mirror of
https://github.com/esp8266/Arduino.git
synced 2025-10-19 21:09:48 +03:00
Added setRowOffsets to LiquidCrystal library
Original commit by Mark Sproul, but cleaned up by Matthijs Kooijman.
This commit is contained in:
committed by
Matthijs Kooijman
parent
a1c4809105
commit
03a6b2c54a
@@ -77,6 +77,7 @@ public:
|
||||
void autoscroll();
|
||||
void noAutoscroll();
|
||||
|
||||
void setRowOffsets(int row1, int row2, int row3, int row4);
|
||||
void createChar(uint8_t, uint8_t[]);
|
||||
void setCursor(uint8_t, uint8_t);
|
||||
virtual size_t write(uint8_t);
|
||||
@@ -101,6 +102,7 @@ private:
|
||||
uint8_t _initialized;
|
||||
|
||||
uint8_t _numlines,_currline;
|
||||
int _row_offsets[4];
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user