start work on 320x240 screen version using the pi pico
This commit is contained in:
parent
8acd684e59
commit
90f648e0b0
13 changed files with 112280 additions and 20 deletions
8
pico_decoder/Makefile
Executable file
8
pico_decoder/Makefile
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue