Files
Power-Pico/Power_Pico/User/GUI/ui.h

24 lines
233 B
C
Raw Normal View History

2025-08-05 16:06:46 +08:00
// LVGL VERSION: 8.2.0
#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