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

LS016B8UY_LCD_PIXEL_WIDTH macro

LS016B8UY Size

Syntax

#define LS016B8UY_LCD_PIXEL_WIDTH ((uint16_t)180)

References

LocationText
ls016b8uy.h:63
#define LS016B8UY_LCD_PIXEL_WIDTH ((uint16_t)180)
ls016b8uy.c:88
static uint16_t WindowsXend = LS016B8UY_LCD_PIXEL_WIDTH-1;
ls016b8uy.c:215
return (uint16_t)LS016B8UY_LCD_PIXEL_WIDTH;
ls016b8uy.c:369
if (Xpos < LS016B8UY_LCD_PIXEL_WIDTH)
ls016b8uy.c:387
if (Width + Xpos <= LS016B8UY_LCD_PIXEL_WIDTH)
ls016b8uy.c:393
WindowsXend = LS016B8UY_LCD_PIXEL_WIDTH - 1;