Home
last modified time | relevance | path

Searched refs:charSlot (Results 1 – 2 of 2) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/lcd/
Dlcm1602.cxx275 Lcm1602::createChar(uint8_t charSlot, uint8_t charData[]) in createChar() argument
278 charSlot &= 0x07; // only have 8 positions we can set in createChar()
279 error = command(LCD_SETCGRAMADDR | (charSlot << 3)); in createChar()
Dlcm1602.h137 mraa::Result createChar(uint8_t charSlot, uint8_t charData[]);