14 lines
179 B
C
14 lines
179 B
C
#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
|