Home
last modified time | relevance | path

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

/bsp/stm32/stm32h750-weact-ministm32h7xx/board/port/st7735/
A Dst7735.c97 static ST7735_Ctx_t ST7735Ctx; variable
496 ST7735Ctx.Width = ST7735_WIDTH; in ST7735_SetOrientation()
497 ST7735Ctx.Height = ST7735_HEIGHT; in ST7735_SetOrientation()
501 ST7735Ctx.Width = ST7735_HEIGHT; in ST7735_SetOrientation()
502 ST7735Ctx.Height = ST7735_WIDTH; in ST7735_SetOrientation()
506 ret = ST7735_SetDisplayWindow(pObj, 0U, 0U, ST7735Ctx.Width, ST7735Ctx.Height); in ST7735_SetOrientation()
665 if(ST7735_SetDisplayWindow(pObj, 0U, 0U, ST7735Ctx.Width, ST7735Ctx.Height) != ST7735_OK) in ST7735_DrawBitmap()
693 if(((Xpos + Width) > ST7735Ctx.Width) || ((Ypos + Height) > ST7735Ctx.Height)) in ST7735_FillRGBRect()
845 if((Xpos >= ST7735Ctx.Width) || (Ypos >= ST7735Ctx.Height)) in ST7735_SetPixel()
913 *XSize = ST7735Ctx.Width; in ST7735_GetXSize()
[all …]

Completed in 11 milliseconds