Home
last modified time | relevance | path

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

/bsp/stm32/stm32h750-weact-ministm32h7xx/board/port/st7735/
A Dst7735.c74 ST7735_SetCursor,
543 int32_t ST7735_SetCursor(ST7735_Object_t *pObj, uint32_t Xpos, uint32_t Ypos) in ST7735_SetCursor() function
639 else if(ST7735_SetCursor(pObj, Xpos, y_pos) != ST7735_OK) in ST7735_DrawBitmap()
701 if(ST7735_SetCursor(pObj, Xpos, Ypos+j) != ST7735_OK) in ST7735_FillRGBRect()
743 else if(ST7735_SetCursor(pObj, Xpos, Ypos) != ST7735_OK) in ST7735_DrawHLine()
849 else if(ST7735_SetCursor(pObj, Xpos, Ypos) != ST7735_OK) in ST7735_SetPixel()
881 ret = ST7735_SetCursor(pObj, Xpos, Ypos); in ST7735_GetPixel()
A Dst7735.h163 int32_t ST7735_SetCursor(ST7735_Object_t *pObj, uint32_t Xpos, uint32_t Ypos);

Completed in 10 milliseconds