Searched refs:ascii (Results 1 – 2 of 2) sorted by relevance
78 ((disp)->font->ascii))114 #define CY_SEGLCD_SPACE(disp) (((disp)->font->ascii) ? ' ' : CY_SEGLCD_NUM_BLANK)133 .ascii = false,170 .ascii = true,207 .ascii = true,268 .ascii = true,857 …retVal |= (uint32_t)Cy_SegLCD_WriteChar(base, (display->font->ascii) ? NumToChar(locNum) : (char_t… in Cy_SegLCD_WriteNumber()
486 …bool ascii; /**< Specifies whether the font map is indexed accordingly to ASCII chara… member