ST7789H2_WritePixel() is only used within st7789h2.
 
Symbols
loading...
Files
loading...

ST7789H2_WritePixel() function

Write pixel.

Syntax

void ST7789H2_WritePixel(uint16_t Xpos,     uint16_t Ypos,     uint16_t RGBCode);
Implemented in st7789h2.c:378

Arguments

Xpos

specifies the X position.

Ypos

specifies the Y position.

RGBCode

the RGB pixel color in RGB565 format

Return value

None

References

LocationReferrerText
st7789h2.c:378
void ST7789H2_WritePixel(uint16_t Xpos, uint16_t Ypos, uint16_t RGBCode)
st7789h2.h:124
void ST7789H2_WritePixel(uint16_t Xpos, uint16_t Ypos, uint16_t RGBCode);
st7789h2.c:75
ST7789H2_WritePixel,
st7789h2.c:549ST7789H2_DrawVLine()
ST7789H2_WritePixel(Xpos, Ypos + counter, RGBCode);

Call Tree

Functions calling ST7789H2_WritePixel()
Functions called by ST7789H2_WritePixel()
all items filtered out
ST7789H2_WritePixel()
Data read by ST7789H2_WritePixel()
ST7789H2_WritePixel()
Implementations
ST7789H2_WritePixel()
all items filtered out