Files
Smart-flower-system/.vscode/launch.json
Wang Beihong 7ec1ed9111 ```
feat(lvgl_st7735s): 更新LCD分辨率配置并添加调试配置

- 将LCD分辨率从160x80调整为240x240
- 修改LCD复位引脚从GPIO9到GPIO6
- 移除LCD背光引脚定义
- 添加VSCode调试配置文件
```
2026-03-14 14:35:56 +08:00

10 lines
157 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"type": "gdbtarget",
"request": "attach",
"name": "Eclipse CDT GDB Adapter"
}
]
}