16 lines
190 B
C
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
|