2024-02-22 18:26:11 +01:00

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