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

@ -15,7 +15,11 @@ add_executable(bunger
)
# Add pico_stdlib library which aggregates commonly used features
target_link_libraries(bunger pico_stdlib)
target_link_libraries(bunger
pico_stdlib
hardware_spi
)
# create map/bin/hex/uf2 file in addition to ELF.
pico_add_extra_outputs(bunger)
pico_add_extra_outputs(bunger)