```
feat(lvgl_st7735s): 更新LCD分辨率配置并添加调试配置 - 将LCD分辨率从160x80调整为240x240 - 修改LCD复位引脚从GPIO9到GPIO6 - 移除LCD背光引脚定义 - 添加VSCode调试配置文件 ```
This commit is contained in:
10
.vscode/launch.json
vendored
Normal file
10
.vscode/launch.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"type": "gdbtarget",
|
||||
"request": "attach",
|
||||
"name": "Eclipse CDT GDB Adapter"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user