add remote source code (#12)

Co-authored-by: jyy <jiangyeying@m5stack.com>
This commit is contained in:
Jiangyy
2026-04-20 16:27:57 +08:00
committed by GitHub
co-authored by jyy
parent dd34f9e0ec
commit 0cb413697b
29 changed files with 10886 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
#ifndef LVGL_PORT_H
#define LVGL_PORT_H
#include "lvgl.h"
#include "esp_log.h"
#ifdef __cplusplus
extern "C" {
#endif
void lvgl_port_init(void);
bool lvgl_port_lock(void);
void lvgl_port_unlock(void);
#ifdef __cplusplus
}
#endif
#endif // LVGL_PORT_H