2021-09-07 23:32:26 -04:00
|
|
|
set(srcs "pretty_effect.c"
|
|
|
|
"spi_master_example_main.c"
|
|
|
|
"decode_image.c"
|
|
|
|
)
|
|
|
|
|
|
|
|
idf_component_register(SRCS ${srcs}
|
|
|
|
INCLUDE_DIRS "."
|
|
|
|
EMBED_FILES image.jpg)
|
2022-01-31 17:05:03 -05:00
|
|
|
|
|
|
|
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")
|