Searched refs:lcd_copybuffer (Results 1 – 3 of 3) sorted by relevance
| /bsp/stm32/stm32h750-fk750m1-vbt6/board/port/lcd/ |
| A D | drv_lcd_spi.h | 45 void lcd_copybuffer(uint16_t x, uint16_t y, uint16_t width, uint16_t height, uint16_t *databuff);
|
| A D | drv_lcd_spi.c | 156 void lcd_copybuffer(uint16_t x, uint16_t y, uint16_t width, uint16_t height, uint16_t *databuff) in lcd_copybuffer() function
|
| /bsp/stm32/stm32h750-fk750m1-vbt6/board/port/camera/ |
| A D | drv_ov2640.c | 525 lcd_copybuffer(0, 0, Display_Width, Display_Height, (uint16_t *)buff_ptr); in camera_sample()
|
Completed in 7 milliseconds