feat(display): 集成LVGL图形库并重构显示模块
- 将display_test_module重命名为display_module - 集成LVGL配置到prj.conf中,包括颜色深度、双缓冲等设置 - 添加UI主界面实现(ui_main.c),包含标题和副标题显示 - 实现背光控制功能替代原有的测试图案绘制 - 调整LCD配置参数(mdac从0x70改为0xA0) - 修改日志级别从DEBUG降至ERROR以优化性能 - 在CMakeLists.txt中添加UI模块源文件引用
This commit is contained in:
@@ -76,7 +76,7 @@
|
||||
y-offset = <34>;
|
||||
vcom = <0x34>;
|
||||
gctrl = <0x00>;
|
||||
mdac = <0x70>;
|
||||
mdac = <0xA0>;
|
||||
gamma = <0x01>;
|
||||
colmod = <0x05>;
|
||||
lcm = <0x2c>;
|
||||
|
||||
Reference in New Issue
Block a user