Files
Power-Pico/lv_sim_linux/GUI/ui.h

24 lines
254 B
C
Raw Normal View History

2025-09-11 17:02:52 +08:00
// LVGL VERSION: 9.2
2025-09-11 16:36:41 +08:00
#ifndef _UI_H
#define _UI_H
#ifdef __cplusplus
extern "C" {
#endif
#include "lvgl.h"
#include "stdio.h"
#include "./PageManager.h"
void ui_init(void);
#ifdef __cplusplus
} /*extern "C"*/
#endif
#endif