1. 按键驱动重构:GPIO中断+手动去抖 → iot_button组件(单击/双击/长按) 2. 新增key_nav按键导航管理器:上下文状态机 + Set界面焦点蓝色边框高亮 3. 移除所有触摸手势/点击事件(ScreenHome/ScreenImg/ScreenSet) 4. 应援灯颜色切换优化:DISPOFF→直接写GRAM→DISPON,消除分band刷新 5. 亮度调节按键化:BOOT +10% / KEY -10% / KEY长按退出 6. 休眠管理适配:按键唤醒统一由key_nav处理 7. 新增迁移总结文档 docs/touch-to-button-migration.md Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
13 lines
521 B
YAML
13 lines
521 B
YAML
dependencies:
|
|
cmake_utilities: '*'
|
|
idf: '>=4.0'
|
|
description: GPIO and ADC and Matrix button driver
|
|
documentation: https://docs.espressif.com/projects/esp-iot-solution/en/latest/input_device/button.html
|
|
issues: https://github.com/espressif/esp-iot-solution/issues
|
|
repository: git://github.com/espressif/esp-iot-solution.git
|
|
repository_info:
|
|
commit_sha: 25a38823765ee35808d4c69a19d81033d6f91049
|
|
path: components/button
|
|
url: https://github.com/espressif/esp-iot-solution/tree/master/components/button
|
|
version: 4.1.6
|