cleanup filenames and extern usage

This commit is contained in:
Ken Van Hoeylandt
2023-12-28 13:18:05 +01:00
parent 1cafa1ec1a
commit 60372076d5
29 changed files with 114 additions and 130 deletions
+16
View File
@@ -0,0 +1,16 @@
#pragma once
#include "lvgl.h"
#ifdef __cplusplus
extern "C" {
#endif
typedef struct {
lv_disp_t* _Nonnull disp;
lv_indev_t* _Nullable touch_indev;
} Lvgl;
#ifdef __cplusplus
}
#endif