Create display module top level

This commit is contained in:
2023-05-15 16:57:41 +01:00
parent 81f5c6aaa0
commit be666164f4
5 changed files with 129 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
idf_component_register(
SRCS "display_driver.c"
SRCS "display.c" "display_driver.c"
INCLUDE_DIRS "."
REQUIRES driver fatal
REQUIRES driver fatal esp_timer time
)