start work on 320x240 screen version using the pi pico

This commit is contained in:
Crispy 2025-06-16 19:39:07 +02:00
parent 8acd684e59
commit 90f648e0b0
13 changed files with 112280 additions and 20 deletions

8
pico_decoder/Makefile Executable file
View file

@ -0,0 +1,8 @@
build_thing:
cmake -B bin -DPICO_SDK_PATH=../../pico-sdk
make -j8 -C bin
# then manually copy bin/thing.uf2 to the pico
clean:
rm -rf bin