chore: import local project into Gitea

This commit is contained in:
2026-05-20 10:04:24 -07:00
commit c1075082b3
15 changed files with 370 additions and 0 deletions

12
components/bsp/bsp.h Normal file
View File

@@ -0,0 +1,12 @@
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
void bsp_display_start(void);
void bsp_touch_init(void);
#ifdef __cplusplus
}
#endif