Initial commit

This commit is contained in:
2026-04-06 19:02:09 +08:00
commit d186d7dcc7
743 changed files with 521821 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
#include "ff.h"
#include "load_gui_lib.h"
extern void load_bmpfile_to_sdram(Bmp_Parameter_TypeDef* BmpFileParameter);
extern unsigned int load_file_to_sdramcache(const TCHAR* path,unsigned int cache_buffer_address, int *State);