You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

22 lines
315 B

  1. set(COMPONENT_PRIV_INCLUDEDIRS "." "../")
  2. set(COMPONENT_SRCS
  3. "comic24.c"
  4. "DefaultFont.c"
  5. "DejaVuSans18.c"
  6. "DejaVuSans24.c"
  7. "dejavuX.c"
  8. "EPD.c"
  9. "EPDspi.c"
  10. "minya24.c"
  11. "SmallFont.c"
  12. "tooney32.c"
  13. "Ubuntu16.c"
  14. )
  15. set(COMPONENT_REQUIRES spi_flash)
  16. set(COMPONENT_PRIV_REQUIRES bootloader_support)
  17. register_component()