Logo
Explore Help
Register Sign In
skiinder/blinky
1
0
Fork 0
You've already forked blinky
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
2f6126da96b658f2f1d3524785acec7c67e2f3ee
blinky/src/ui/ui_main.h

15 lines
179 B
C
Raw Normal View History

feat(display): 集成LVGL图形库并重构显示模块 - 将display_test_module重命名为display_module - 集成LVGL配置到prj.conf中,包括颜色深度、双缓冲等设置 - 添加UI主界面实现(ui_main.c),包含标题和副标题显示 - 实现背光控制功能替代原有的测试图案绘制 - 调整LCD配置参数(mdac从0x70改为0xA0) - 修改日志级别从DEBUG降至ERROR以优化性能 - 在CMakeLists.txt中添加UI模块源文件引用
2026-04-11 14:28:34 +08:00
#ifndef BLINKY_UI_MAIN_H_
#define BLINKY_UI_MAIN_H_
#ifdef __cplusplus
extern "C" {
#endif
void ui_main_init(void);
#ifdef __cplusplus
}
#endif
#endif /* BLINKY_UI_MAIN_H_ */
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 38ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API