LS016B8UY_LCD_PIXEL_HEIGHT is only used within ls016b8uy.
 
Symbols
loading...
Files
loading...

LS016B8UY_LCD_PIXEL_HEIGHT macro

Syntax

#define LS016B8UY_LCD_PIXEL_HEIGHT ((uint16_t)180)

References

LocationText
ls016b8uy.h:64
#define LS016B8UY_LCD_PIXEL_HEIGHT ((uint16_t)180)
ls016b8uy.c:89
static uint16_t WindowsYend = LS016B8UY_LCD_PIXEL_HEIGHT-1;
ls016b8uy.c:225
return (uint16_t)LS016B8UY_LCD_PIXEL_HEIGHT;
ls016b8uy.c:378
if (Ypos < LS016B8UY_LCD_PIXEL_HEIGHT)
ls016b8uy.c:396
if (Height + Ypos <= LS016B8UY_LCD_PIXEL_HEIGHT)
ls016b8uy.c:402
WindowsYend = LS016B8UY_LCD_PIXEL_HEIGHT-1;