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

  /hardware/bsp/intel/peripheral/libupm/src/lcd/
hd44780_bits.h 81 const uint8_t LCD_EN = 0x04; // Enable bit
lcm1602.cxx 445 ret = expandWrite(value | LCD_EN);
447 ret = expandWrite(value & ~LCD_EN);

Completed in 64 milliseconds