Add tap demo

This commit is contained in:
Edith Boles
2026-03-16 01:58:49 -07:00
parent 2b15239f89
commit 371f458d9a
9 changed files with 231 additions and 86 deletions

8
inc/pm3-lvgl.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef PM3_LVGL_H_QCB6DVLD
#define PM3_LVGL_H_QCB6DVLD
#include <pthread.h>
extern pthread_mutex_t lvgl_mutex;
#endif /* end of include guard: PM3_LVGL_H_QCB6DVLD */