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

  /device/google/accessory/arduino/USB_Host_Shield/
Max_LCD.cpp 180 command(LCD_DISPLAYCONTROL | _displaycontrol);
184 command(LCD_DISPLAYCONTROL | _displaycontrol);
190 command(LCD_DISPLAYCONTROL | _displaycontrol);
194 command(LCD_DISPLAYCONTROL | _displaycontrol);
201 command(LCD_DISPLAYCONTROL | _displaycontrol);
205 command(LCD_DISPLAYCONTROL | _displaycontrol);
Max_LCD.h 46 #define LCD_DISPLAYCONTROL 0x08
  /hardware/bsp/intel/peripheral/libupm/src/lcd/
lcm1602.cxx 92 command(LCD_DISPLAYCONTROL | m_displayControl);
155 command(LCD_DISPLAYCONTROL | m_displayControl);
292 return command(LCD_DISPLAYCONTROL | m_displayControl);
298 return command(LCD_DISPLAYCONTROL | m_displayControl);
304 return command(LCD_DISPLAYCONTROL | m_displayControl);
310 return command(LCD_DISPLAYCONTROL | m_displayControl);
316 return command(LCD_DISPLAYCONTROL | m_displayControl);
322 return command(LCD_DISPLAYCONTROL | m_displayControl);
hd44780_bits.h 43 const uint8_t LCD_DISPLAYCONTROL = 0x08;

Completed in 2767 milliseconds