working lcd init and writing

This commit is contained in:
Crispy 2025-06-16 01:45:43 +02:00
parent 06509795a2
commit 1516353e30
4 changed files with 279 additions and 13 deletions

View file

@ -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