cleanup and fixes for widgets

This commit is contained in:
Ken Van Hoeylandt
2024-01-03 14:59:10 +01:00
parent bb047b4a5f
commit eed990217f
6 changed files with 34 additions and 2 deletions
@@ -0,0 +1,13 @@
#pragma once
#include "lvgl.h"
#ifdef __cplusplus
extern "C" {
#endif
lv_obj_t* spacer(lv_obj_t* parent, lv_coord_t width, lv_coord_t height);
#ifdef __cplusplus
}
#endif