Searched refs:Height (Results 1 – 10 of 10) sorted by relevance
| /bsp/stm32/stm32h750-weact-ministm32h7xx/board/port/st7735/ |
| A D | st7735.c | 53 uint32_t Height; member 497 ST7735Ctx.Height = ST7735_HEIGHT; in ST7735_SetOrientation() 502 ST7735Ctx.Height = ST7735_WIDTH; in ST7735_SetOrientation() 624 y_pos = ST7735Ctx.Height - Ypos - height; in ST7735_DrawBitmap() 693 if(((Xpos + Width) > ST7735Ctx.Width) || ((Ypos + Height) > ST7735Ctx.Height)) in ST7735_FillRGBRect() 699 for(j = 0; j < Height; j++) in ST7735_FillRGBRect() 781 if((Ypos + Length) > ST7735Ctx.Height) in ST7735_DrawVLine() 815 for(i = 0; i < Height; i++) in ST7735_FillRect() 927 *YSize = ST7735Ctx.Height; in ST7735_GetYSize() 991 tmp = (uint8_t)((Ypos + Height - 1U) >> 8U); in ST7735_SetDisplayWindow() [all …]
|
| A D | st7735.h | 165 …735_Object_t *pObj, uint32_t Xpos, uint32_t Ypos, uint8_t *pData, uint32_t Width, uint32_t Height); 168 …735_Object_t *pObj, uint32_t Xpos, uint32_t Ypos, uint32_t Width, uint32_t Height, uint32_t Color);
|
| A D | lcd.h | 52 void LCD_FillRGBRect(uint32_t Xpos, uint32_t Ypos, uint8_t *pData, uint32_t Width, uint32_t Height);
|
| A D | lcd.c | 163 void LCD_FillRGBRect(uint32_t Xpos, uint32_t Ypos, uint8_t *pData, uint32_t Width, uint32_t Height) in LCD_FillRGBRect() argument 165 ST7735_LCD_Driver.FillRGBRect(&st7735_pObj, Xpos, Ypos, pData, Width, Height); in LCD_FillRGBRect()
|
| /bsp/simulator/applications/lvgl/ |
| A D | win32drv.c | 72 _In_ LONG Height, 361 LONG Height, in lv_win32_create_frame_buffer() argument 407 BitmapInfo.bmiHeader.biHeight = -Height; in lv_win32_create_frame_buffer() 459 *PixelBufferSize = Width * Height * sizeof(UINT32); in lv_win32_create_frame_buffer() 461 *PixelBufferSize = Width * Height * sizeof(UINT16); in lv_win32_create_frame_buffer() 463 *PixelBufferSize = Width * Height * sizeof(UINT8); in lv_win32_create_frame_buffer() 465 *PixelBufferSize = Width * Height * sizeof(UINT8); in lv_win32_create_frame_buffer() 467 *PixelBufferSize = Width * Height * sizeof(UINT32); in lv_win32_create_frame_buffer()
|
| /bsp/synwit/libraries/SWM341_CSL/SWM341_StdPeriph_Driver/ |
| A D | SWM341_jpeg.h | 52 uint16_t Height; member
|
| A D | SWM341_jpeg.c | 103 ((jfif_info->Height - 1) << JPEG_IMGSIZ_VPIX_Pos); in JPEG_Decode()
|
| /bsp/qemu-vexpress-a9/drivers/ |
| A D | Kconfig | 118 int "Height of LCD panel"
|
| /bsp/k210/drivers/ |
| A D | Kconfig | 176 int "LCD Height"
|
| /bsp/nxp/imx/imx6ull-smart/drivers/ |
| A D | Kconfig | 110 int "Height of LCD panel"
|
Completed in 21 milliseconds