Home
last modified time | relevance | path

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

/device/google/accessory/arduino/USB_Host_Shield/
DMax_LCD.cpp169 int row_offsets[] = { 0x00, 0x40, 0x14, 0x54 }; in setCursor() local
174 command(LCD_SETDDRAMADDR | (col + row_offsets[row])); in setCursor()