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,8 @@
#ifndef __LVGL_ROTATE_RPC_H__
#define __LVGL_ROTATE_RPC_H__
extern int32 lvgl_frame_rotate_rpc_init(uint16_t w, uint16_t h, uint8_t depth, void *rotate_src_tem_buf, void *rotate_dst_tem_buf, void *frame_src_buff, void *frame_dst_buff);
extern int32 lvgl_frame_rotate_rpc(int is_270);
extern int32 lvgl_frame_rotate_rpc_sync();
#endif