Searched refs:ST7735_SetPixel (Results 1 – 2 of 2) sorted by relevance
| /bsp/stm32/stm32h750-weact-ministm32h7xx/board/port/st7735/ |
| A D | st7735.h | 169 int32_t ST7735_SetPixel(ST7735_Object_t *pObj, uint32_t Xpos, uint32_t Ypos, uint32_t Color);
|
| A D | st7735.c | 81 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 8 milliseconds