Searched refs:ST7735_LCD_Driver (Results 1 – 3 of 3) sorted by relevance
| /bsp/stm32/stm32h750-weact-ministm32h7xx/board/port/st7735/ |
| A D | lcd.c | 165 ST7735_LCD_Driver.FillRGBRect(&st7735_pObj, Xpos, Ypos, pData, Width, Height); in LCD_FillRGBRect() 232 …if(ST7735_ERROR == ST7735_LCD_Driver.Init(&st7735_pObj,ST7735_FORMAT_RBG565,ST7735_ORIENTATION_LAN… in LCD_Init() 237 ST7735_LCD_Driver.FillRect(&st7735_pObj,0,0,160,80,BLACK); in LCD_Init() 238 ST7735_LCD_Driver.ReadID(&st7735_pObj,&st7735_id); in LCD_Init() 239 ST7735_LCD_Driver.DisplayOn(&st7735_pObj); in LCD_Init() 257 ST7735_LCD_Driver.DrawBitmap(&st7735_pObj,0,0,WeActStudiologo); in LCD_Init() 270 ST7735_LCD_Driver.DrawBitmap(&st7735_pObj,0,0,WeActStudiologo); in show_logo() 273 ST7735_LCD_Driver.FillRect(&st7735_pObj,0,0,160,80,BLACK); in show_logo()
|
| A D | st7735.h | 174 extern ST7735_LCD_Drv_t ST7735_LCD_Driver;
|
| A D | st7735.c | 63 ST7735_LCD_Drv_t ST7735_LCD_Driver = variable
|
Completed in 8 milliseconds