update lvgl simulator on ubuntu

This commit is contained in:
kingham
2025-09-11 16:36:41 +08:00
parent b7e746a7c2
commit 9086eca198
2800 changed files with 610723 additions and 0 deletions

23
lv_sim_linux/GUI/ui.h Normal file
View File

@@ -0,0 +1,23 @@
// 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