set(srcs "src/LCD.c"
    "src/Driver.c")

idf_component_register(SRCS "${lcd_srcs}"
                       INCLUDE_DIRS "include")

