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

17
sdk/app/media/media.h Normal file
View File

@@ -0,0 +1,17 @@
#ifndef __MEDIA_H
#define __MEDIA_H
#include "diskio.h"
#include "integer.h"
bool create_jpg_file(char *dir_name);
void *create_video_file(char *dir_name);
char *get_min_video_file(char *dir_name);
void fatfs_create_jpg();
void fatfs_write_data(uint8_t *buf,uint32_t len);
void fatfs_close_jpg();
#endif