Searched refs:char_index (Results 1 – 1 of 1) sorted by relevance
281 const uint8_t char_index = character->index; in auxdisplay_serlcd_custom_character_set() local283 if (char_index > (SERLCD_CUSTOM_CHAR_MAX_COUNT - 1)) { in auxdisplay_serlcd_custom_character_set()290 character->character_code = SERLCD_CUSTOM_CHAR_INDEX_BASE | char_index; in auxdisplay_serlcd_custom_character_set()292 rc = auxdisplay_serlcd_send_command(dev, SERLCD_COMMAND_SET_CUSTOM_CHAR + char_index); in auxdisplay_serlcd_custom_character_set()