Skip to content

Commit d77cb78

Browse files
authored
Update LiquidCrystal_PCF8574.h
1 parent 224b7e7 commit d77cb78

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/LiquidCrystal_PCF8574.h

+3-1
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,13 @@ class LiquidCrystal_PCF8574 : public Print
7474
int _lines; ///< number of lines of the display
7575
int _entrymode; ///<flags from entrymode
7676
int _displaycontrol; ///<flags from displaycontrol
77-
77+
int* _row_offsets;
78+
7879
// low level functions
7980
void _send(int value, bool isData = false);
8081
void _sendNibble(int halfByte, bool isData = false);
8182
void _write2Wire(int halfByte, bool isData, bool enable);
83+
int* _getRowOffsets();
8284
};
8385

8486
#endif

0 commit comments

Comments
 (0)