Searched refs:charSlot (Results 1 – 2 of 2) sorted by relevance
275 Lcm1602::createChar(uint8_t charSlot, uint8_t charData[]) in createChar() argument278 charSlot &= 0x07; // only have 8 positions we can set in createChar()279 error = command(LCD_SETCGRAMADDR | (charSlot << 3)); in createChar()
137 mraa::Result createChar(uint8_t charSlot, uint8_t charData[]);