working lcd init and writing
This commit is contained in:
parent
06509795a2
commit
1516353e30
4 changed files with 279 additions and 13 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue