Searched refs:ST7735_SetDisplayWindow (Results 1 – 1 of 1) sorted by relevance
| /bsp/stm32/stm32h750-weact-ministm32h7xx/board/port/st7735/ |
| A D | st7735.c | 105 static int32_t ST7735_SetDisplayWindow(ST7735_Object_t *pObj, uint32_t Xpos, uint32_t Ypos, uint32_… 506 ret = ST7735_SetDisplayWindow(pObj, 0U, 0U, ST7735Ctx.Width, ST7735Ctx.Height); in ST7735_SetOrientation() 626 if(ST7735_SetDisplayWindow(pObj, Xpos, y_pos, width, height) != ST7735_OK) in ST7735_DrawBitmap() 665 if(ST7735_SetDisplayWindow(pObj, 0U, 0U, ST7735Ctx.Width, ST7735Ctx.Height) != ST7735_OK) in ST7735_DrawBitmap() 947 static int32_t ST7735_SetDisplayWindow(ST7735_Object_t *pObj, uint32_t Xpos, uint32_t Ypos, uint32_… in ST7735_SetDisplayWindow() function
|
Completed in 4 milliseconds