middleware: weekly update 2023-04-26 1. add new sensor driver: tp2863,gc0329,mis2008 2. add some panel driver and sample app 3. update vi/vo driver 4. add ko_shrink for cv180x

Change-Id: Iea07e7ff516682255616f8f066ae33131e243a31
This commit is contained in:
sam.xiang
2023-04-27 15:29:21 +08:00
committed by forum_service
parent a57169ae72
commit ce9f68c35f
116 changed files with 9008 additions and 71 deletions

View File

@ -21,6 +21,7 @@
#include "dsi_hx8394_evb.h"
#include "i80_st7789v.h"
#include "bt656_tp2803.h"
static CVI_S32 sample_vo_i2c_file = -1;
static CVI_S32 sample_vo_i2c_slave_addr;
@ -176,6 +177,8 @@ CVI_S32 SAMPLE_COMM_VO_FillIntfAttr(VO_PUB_ATTR_S *pstPubAttr)
case VO_INTF_YPBPR:
case VO_INTF_VGA:
case VO_INTF_BT656:
pstPubAttr->stBtAttr = stTP2803Cfg;
break;
case VO_INTF_BT1120:
case VO_INTF_LCD:
case VO_INTF_LCD_18BIT: