Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_seglcd.c77 #define CY_SEGLCD_IS_ASCII(disp, pos) (CY_SEGLCD_IS_SYMBOLIC(disp, pos) && \ macro
900 …if (CY_SEGLCD_IS_ASCII(display, position)) /* If the display is symbolic/numeric and the font is A… in Cy_SegLCD_WriteString()