Started with font rendering
This commit is contained in:
@@ -26,7 +26,7 @@ pico_generate_pio_header(${PROJECT_NAME}
|
||||
${CMAKE_CURRENT_LIST_DIR}/video_dma.pio
|
||||
)
|
||||
|
||||
target_sources(picopal PRIVATE main.c)
|
||||
target_sources(picopal PRIVATE main.c cvideo.c)
|
||||
|
||||
|
||||
pico_set_program_name(picopal "picopal")
|
||||
@@ -44,6 +44,7 @@ target_link_libraries(picopal
|
||||
hardware_pio
|
||||
hardware_timer
|
||||
hardware_clocks
|
||||
pico_multicore
|
||||
)
|
||||
|
||||
pico_add_extra_outputs(picopal)
|
||||
|
||||
Reference in New Issue
Block a user