Initial commit: TXW82x FPV v2.7.0.7-42229 SDK + project sources
This commit is contained in:
15
sdk/app/video_app/video_app_csc_msi.h
Normal file
15
sdk/app/video_app/video_app_csc_msi.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef __VIDEO_APP_CSC_MSI_H_
|
||||
#define __VIDEO_APP_CSC_MSI_H_
|
||||
#include "hal/csc.h"
|
||||
#include "dev/csc/hgcsc.h"
|
||||
|
||||
#define LV_HW_CSC_2_VIDEO_DISABLE 0
|
||||
#define LV_REFRESH_LINE_BUFFER 1 // 行缓存刷新模式
|
||||
#define LV_REFRESH_FULL_SCREEN 2 // 整帧直接渲染模式
|
||||
|
||||
|
||||
#define LVGL_HW_CSC_2_LCD_VIDEO LV_HW_CSC_2_VIDEO_DISABLE
|
||||
|
||||
void video_app_csc_msi_init(const char* csc_msi_name, uint32_t input_format, uint32_t output_format, uint32_t width, uint32_t height);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user