Add u8x8_capture.c to CMakeLists.txt

This commit is contained in:
Mau Abata 2021-12-15 14:58:01 -06:00
parent 7c9b9ffd71
commit 3f85d9f7c0
1 changed files with 2 additions and 1 deletions

View File

@ -86,7 +86,8 @@ set(COMPONENT_SRCS "csrc/u8x8_setup.c"
"csrc/u8x8_d_uc1701_mini12864.c"
"csrc/u8x8_u16toa.c"
"csrc/u8x8_d_a2printer.c"
"csrc/u8x8_d_st7565.c")
"csrc/u8x8_d_st7565.c"
"csrc/u8x8_capture.c")
set(COMPONENT_NAME ".")
register_component()