Files
tactility/components/nanobake/src/nb_lvgl_i.h
T
2023-12-27 14:50:54 +01:00

16 lines
190 B
C

#pragma once
#include "nb_lvgl.h"
#include "nb_hardware.h"
#ifdef __cplusplus
extern "C" {
#endif
extern NbLvgl nb_lvgl_init(NbHardware _Nonnull* hardware);
#ifdef __cplusplus
}
#endif