file(GLOB COMPONENT_SRCS "menu.c" "screen.cpp" "*.c" "*.cpp")

idf_component_register(
        SRCS screen.cpp ${COMPONENT_SRCS}
        INCLUDE_DIRS "include"
        PRIV_REQUIRES diagnostics u8g2 inputs esp_timer esp_system virus wifi intro about ble matrix_rain esp_adc config registration casino games leds esp_app_format app_update
        REQUIRES u8g2-hal-esp-idf
)
