Home
last modified time | relevance | path

Searched refs:ST7735_SetPixel (Results 1 – 2 of 2) sorted by relevance

/bsp/stm32/stm32h750-weact-ministm32h7xx/board/port/st7735/
A Dst7735.h169 int32_t ST7735_SetPixel(ST7735_Object_t *pObj, uint32_t Xpos, uint32_t Ypos, uint32_t Color);
A Dst7735.c81 ST7735_SetPixel,
789 if(ST7735_SetPixel(pObj, Xpos, Ypos + counter, Color) != ST7735_OK) in ST7735_DrawVLine()
836 int32_t ST7735_SetPixel(ST7735_Object_t *pObj, uint32_t Xpos, uint32_t Ypos, uint32_t Color) in ST7735_SetPixel() function

Completed in 5 milliseconds