HomeSort by relevance Sort by last modified time
    Searched refs:LCD_FUNCTIONSET (Results 1 - 5 of 5) sorted by null

  /hardware/bsp/intel/peripheral/libupm/src/lcd/
jhd1313m1.cxx 50 ret = command(LCD_FUNCTIONSET | LCD_2LINE);
53 ret = command(LCD_FUNCTIONSET | LCD_2LINE);
hd44780_bits.h 45 const uint8_t LCD_FUNCTIONSET = 0x20;
lcm1602.cxx 91 command(LCD_FUNCTIONSET | 0x0f);
153 command(LCD_FUNCTIONSET | LCD_2LINE | LCD_4BITMODE | LCD_5x8DOTS);
  /device/google/accessory/arduino/USB_Host_Shield/
Max_LCD.h 48 #define LCD_FUNCTIONSET 0x20
Max_LCD.cpp 139 command(LCD_FUNCTIONSET | _displayfunction);

Completed in 37 milliseconds