separate display to its own file
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user