CMakeLists.txt 353 B

12345678
  1. idf_component_register(SRCS "EPD.c"
  2. "GUI_Paint.c"
  3. "image.c"
  4. "qr_encode.c"
  5. INCLUDE_DIRS "include" "../../main/"
  6. REQUIRES "driver"
  7. "FONT_LIB"
  8. "esp_timer")