- First complete version of firmware. Currently being tested in the rehearsal room
- Added bunch of screens, fonts and images - Added script to read out frame buffer (function currently disabled in Firmware)
This commit is contained in:
17
Firmware/.vscode/settings.json
vendored
17
Firmware/.vscode/settings.json
vendored
@@ -38,8 +38,17 @@
|
||||
"raspberry-pi-pico.cmakePath": "${HOME}/.pico-sdk/cmake/v3.31.5/bin/cmake",
|
||||
"raspberry-pi-pico.ninjaPath": "${HOME}/.pico-sdk/ninja/v1.12.1/ninja",
|
||||
"files.associations": {
|
||||
"*.h": "c",
|
||||
"compare": "c",
|
||||
"cstdint": "c"
|
||||
}
|
||||
"*.h": "c",
|
||||
"compare": "c",
|
||||
"cstdint": "c",
|
||||
"charconv": "c",
|
||||
"optional": "c",
|
||||
"format": "c",
|
||||
"system_error": "c",
|
||||
"array": "c",
|
||||
"functional": "c",
|
||||
"tuple": "c",
|
||||
"type_traits": "c",
|
||||
"utility": "c"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user