Home
last modified time | relevance | path

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

/bsp/stm32/stm32h750-fk750m1-vbt6/board/port/camera/
A Ddrv_ov2640.h55 #define Display_Height LCD_HEIGHT macro
60 #define OV2640_BufferSize Display_Width *Display_Height * 2 / 4 // DMA传输数据大小(32位宽)
A Ddrv_ov2640.c481 …struct stm32_dcmi_cropsize cropsize = {Display_Width, Display_Height, OV2640_Width, OV2640_Height}; in rt_hw_ov2640_init()
525 lcd_copybuffer(0, 0, Display_Width, Display_Height, (uint16_t *)buff_ptr); in camera_sample()

Completed in 10 milliseconds