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.

21 lines
823 B

3 years ago
  1. set(SCREEN_DIR "controller_driver/ili9341"
  2. "controller_driver/st7789"
  3. "controller_driver/st7796"
  4. "controller_driver/nt35510"
  5. "controller_driver/ili9806"
  6. "controller_driver/ili9486"
  7. "controller_driver/ili9488"
  8. "controller_driver/ssd1351"
  9. "controller_driver/rm68120"
  10. "controller_driver/ssd1306"
  11. "controller_driver/ssd1307"
  12. "controller_driver/ssd1322"
  13. "controller_driver/ssd1963"
  14. )
  15. idf_component_register(SRC_DIRS "${SCREEN_DIR}" "screen_utility" "interface_driver" "."
  16. INCLUDE_DIRS "${SCREEN_DIR}" "interface_driver" "."
  17. PRIV_INCLUDE_DIRS "screen_utility"
  18. REQUIRES bus
  19. )