low level render working
This commit is contained in:
@@ -35,7 +35,7 @@ pico_sdk_init()
|
||||
|
||||
# Add executable. Default name is the project name, version 0.1
|
||||
|
||||
add_executable(eink_api eink_api.c )
|
||||
add_executable(eink_api eink_api.cpp low_level_render.cpp )
|
||||
|
||||
pico_set_program_name(eink_api "eink_api")
|
||||
pico_set_program_version(eink_api "0.1")
|
||||
|
||||
Reference in New Issue
Block a user