feat:MagiClick-2p5增加硬件版本识别,增加对新屏幕的支持 (#1797)

* 增加硬件版本识别,开机自动切换不同的显示驱动

1、增加PCB版本识别
2、增加对ST7735屏幕的支持
3、删除sdk多余配置
4、增加电池均值次数

* fix lcd info
This commit is contained in:
MakerM0
2026-03-01 04:18:51 +08:00
committed by GitHub
parent 2542074545
commit dbecf229af
4 changed files with 143 additions and 39 deletions

View File

@ -4,8 +4,6 @@
{
"name": "magiclick-2p5",
"sdkconfig_append": [
"CONFIG_PM_ENABLE=y",
"CONFIG_FREERTOS_USE_TICKLESS_IDLE=y"
]
}
]