ST7789H2_LCD_PIXEL_HEIGHT is only used within st7789h2.
 
Symbols
loading...
Files
loading...

ST7789H2_LCD_PIXEL_HEIGHT macro

Syntax

#define ST7789H2_LCD_PIXEL_HEIGHT ((uint16_t)240)

References

LocationText
st7789h2.h:63
#define ST7789H2_LCD_PIXEL_HEIGHT ((uint16_t)240)
st7789h2.c:89
static uint16_t WindowsYend = ST7789H2_LCD_PIXEL_HEIGHT-1;
st7789h2.c:333
return (uint16_t)ST7789H2_LCD_PIXEL_HEIGHT;
st7789h2.c:475
if (Ypos < ST7789H2_LCD_PIXEL_HEIGHT)
st7789h2.c:493
if (Height + Ypos <= ST7789H2_LCD_PIXEL_HEIGHT)
st7789h2.c:499
WindowsYend = ST7789H2_LCD_PIXEL_HEIGHT-1;