NTSC output

This commit is contained in:
2026-04-01 13:56:21 +02:00
parent 4a4a4a6692
commit a894efd799
4 changed files with 117 additions and 98 deletions

3
.vscode/launch.json vendored
View File

@@ -22,9 +22,6 @@
"adapter speed 5000"
],
"svdFile": "${env:PICO_SDK_PATH}/src/rp2350/hardware_regs/rp2350.svd",
"showDevDebugOutput": "raw",
"runToEntryPoint": "main",
// Give restart the same functionality as runToMain
"postRestartCommands": [
"break main",
"continue"