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

  /device/google/accessory/arduino/USB_Host_Shield/
Max_LCD.cpp 151 command(LCD_ENTRYMODESET | _displaymode);
219 command(LCD_ENTRYMODESET | _displaymode);
225 command(LCD_ENTRYMODESET | _displaymode);
231 command(LCD_ENTRYMODESET | _displaymode);
237 command(LCD_ENTRYMODESET | _displaymode);
Max_LCD.h 45 #define LCD_ENTRYMODESET 0x04
  /hardware/bsp/intel/peripheral/libupm/src/lcd/
lcm1602.cxx 97 command(LCD_ENTRYMODESET | m_entryDisplayMode);
161 command(LCD_ENTRYMODESET | m_entryDisplayMode);
338 return command(LCD_ENTRYMODESET | m_entryDisplayMode);
344 return command(LCD_ENTRYMODESET | m_entryDisplayMode);
350 return command(LCD_ENTRYMODESET | m_entryDisplayMode);
356 return command(LCD_ENTRYMODESET | m_entryDisplayMode);
hd44780_bits.h 42 const uint8_t LCD_ENTRYMODESET = 0x04;
jhd1313m1.cxx 67 ret = command(LCD_ENTRYMODESET | LCD_ENTRYLEFT | LCD_ENTRYSHIFTDECREMENT);

Completed in 667 milliseconds