idf_component_register(
    SRCS "menu.c" "display.c"
    INCLUDE_DIRS "."
    REQUIRES oled driver
    PRIV_REQUIRES main
)
