working lcd init and writing
This commit is contained in:
parent
06509795a2
commit
1516353e30
4 changed files with 279 additions and 13 deletions
5
Makefile
5
Makefile
|
@ -1,7 +1,8 @@
|
|||
|
||||
build:
|
||||
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
|
||||
rm -rf bin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue