Skip to content

Commit

Permalink
move lv_config.h to src path
Browse files Browse the repository at this point in the history
  • Loading branch information
Msq001 committed May 4, 2023
1 parent 81c937b commit 3962e18
Show file tree
Hide file tree
Showing 4 changed files with 778 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Firmware/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"sstream": "cpp",
"streambuf": "cpp",
"system_error": "cpp",
"lvgl.h": "c"
"lvgl.h": "c",
"lv_conf.h": "c"
}
}
14 changes: 14 additions & 0 deletions Firmware/.vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"version": "2.0.0",
"tasks": [
{
"type": "PlatformIO",
"task": "Build",
"problemMatcher": [
"$platformio"
],
"group": "build",
"label": "PlatformIO: Build"
}
]
}
3 changes: 3 additions & 0 deletions Firmware/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ framework = arduino
board_build.partitions = partition.csv
lib_ldf_mode = deep+
monitor_speed = 115200
build_flags =
-Isrc
-DLV_CONF_INCLUDE_SIMPLE
lib_deps =
bblanchon/ArduinoJson@^6.19.4
bodmer/TFT_eSPI@^2.4.79
Expand Down
Loading

0 comments on commit 3962e18

Please sign in to comment.