ST7789H2_DrawRGBHLine() function
Displays a single picture line.
Syntax
static void ST7789H2_DrawRGBHLine(uint16_t Xpos,
uint16_t Ypos,
uint16_t Xsize,
uint8_t *pdata);
Arguments
Xpos
Image X position in the LCD
Ypos
Image Y position in the LCD
Xsize
Image X size in the LCD
Return value
None