Initial commit: TXW82x FPV v2.7.0.7-42229 SDK + project sources
This commit is contained in:
15
sdk/lib/ui_vpp_ipf/ui_vpp_ipf_resource.h
Normal file
15
sdk/lib/ui_vpp_ipf/ui_vpp_ipf_resource.h
Normal 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
|
||||
Reference in New Issue
Block a user