Initial commit: TXW82x FPV v2.7.0.7-42229 SDK + project sources

This commit is contained in:
2026-07-06 11:30:13 +08:00
commit e76462eeb7
3451 changed files with 1415300 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
#ifndef _UI_VPP_IPF_RESOURCE_H_
#define _UI_VPP_IPF_RESOURCE_H_
#include "basic_include.h"
typedef struct {
uint32_t data_size; /**< Size of the image in bytes*/
const uint8_t * data; /**< Pointer to the data of the image*/
} _ipf_img_resource_;
#define UI_VPP_IPF_RES_MAX_NUM 2
extern const _ipf_img_resource_ *ipf_imgSrcTable[];
#endif