15 lines
175 B
C++
15 lines
175 B
C++
#pragma once
|
|
|
|
#include <stdbool.h>
|
|
#include <stdint.h>
|
|
#include "lvgl.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
lv_disp_t* core2_display_init();
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif |