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,34 @@
#ifndef EXTERN_C_INCLUDE_H_
#define EXTERN_C_INCLUDE_H_
extern void LTDC_Draw_Point(unsigned short x,unsigned short y,unsigned int color);
//D2d
extern void LTDC_Fill(unsigned short sx,unsigned short sy,unsigned short ex,unsigned short ey,unsigned int color);
extern void LTDC_Color_Fill(unsigned short sx,unsigned short sy,unsigned short ex,unsigned short ey,unsigned short *color);
#endif