Home
last modified time | relevance | path

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

/device/google/accessory/arduino/USB_Host_Shield/
DMax_LCD.cpp95 void Max_LCD::begin(uint8_t cols, uint8_t lines, uint8_t dotsize) { in begin() argument
96 if (lines > 1) { in begin()
99 _numlines = lines; in begin()
103 if ((dotsize != 0) && (lines == 1)) { in begin()
/device/google/contexthub/
DCodingStandard.txt6 That being said, this is not an endorsement of 500-character lines. Be reasonable.