Home
last modified time | relevance | path

Searched refs:_numlines (Results 1 – 2 of 2) sorted by relevance

/device/google/accessory/arduino/USB_Host_Shield/
DMax_LCD.cpp99 _numlines = lines; in begin()
170 if ( row > _numlines ) { in setCursor()
171 row = _numlines-1; // we count rows starting w/0 in setCursor()
DMax_LCD.h109 uint8_t _numlines,_currline; variable