separate display to its own file

This commit is contained in:
Adolfo Reyna
2025-11-19 22:26:52 -05:00
parent a0a707ac0e
commit d07901835e
18 changed files with 176 additions and 88 deletions

View File

@@ -36,9 +36,10 @@ pico_sdk_init()
# Add executable. Default name is the project name, version 0.1
if (TARGET tinyusb_device)
add_executable(hello_usb
hello_usb.cpp
)
add_executable(hello_usb
hello_usb.cpp
display.cpp
)
add_subdirectory(pico-ssd1306)