Searched refs:lcdPins (Results 1 – 1 of 1) sorted by relevance
63 #define SET_RS lcdPins |= RS64 #define CLR_RS lcdPins &= ~RS65 #define SET_E lcdPins |= E66 #define CLR_E lcdPins &= ~E68 #define SENDlcdPins() MAX3421E::gpioWr( lcdPins )78 static byte lcdPins; //copy of LCD pins variable82 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 …]