Home
last modified time | relevance | path

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

/device/google/accessory/arduino/USB_Host_Shield/
DMax_LCD.cpp63 #define SET_RS lcdPins |= RS
64 #define CLR_RS lcdPins &= ~RS
65 #define SET_E lcdPins |= E
66 #define CLR_E lcdPins &= ~E
68 #define SENDlcdPins() MAX3421E::gpioWr( lcdPins )
78 static byte lcdPins; //copy of LCD pins variable
82 lcdPins = 0; in Max_LCD()
111 lcdPins = 0x30; in begin()
130 lcdPins = 0x20; in begin()
263 lcdPins &= 0x0f; //prepare place for the upper nibble in sendbyte()
[all …]