PSoC 6 Peripheral Driver Library
cy_stc_seglcd_disp_t Struct Reference

Description

Display structure.

Data Fields

uint16_t type
 The display type, one of cy_en_seglcd_disp_t or custom. More...
 
uint16_t symNum
 The number of symbols (digits, characters). More...
 
bool invert
 Specifies whether the display is inverted or not. More...
 
uint32_t const * pixMap
 The pointer to the display pixel map array: The array dimension is: uint32_t pixMap[symNum][type]. More...
 
cy_stc_seglcd_font_t const * font
 The pointer to the font structure suitable for this display. More...
 

Field Documentation

◆ type

uint16_t cy_stc_seglcd_disp_t::type

The display type, one of cy_en_seglcd_disp_t or custom.

◆ symNum

uint16_t cy_stc_seglcd_disp_t::symNum

The number of symbols (digits, characters).

◆ invert

bool cy_stc_seglcd_disp_t::invert

Specifies whether the display is inverted or not.

◆ pixMap

uint32_t const* cy_stc_seglcd_disp_t::pixMap

The pointer to the display pixel map array: The array dimension is: uint32_t pixMap[symNum][type].

Each array item should be made using the CY_SEGLCD_PIXEL macro.

◆ font

cy_stc_seglcd_font_t const* cy_stc_seglcd_disp_t::font

The pointer to the font structure suitable for this display.

Note that for the CY_SEGLCD_BAR displays font is not used, so can be NULL.