idf_component_register(SRCS "main.c" "lcd.c" "../ui/ui.c" 
                    "../ui/screens/ui_Screen1.c"
                    "../ui/screens/ui_Screen2.c"
                    "../ui/screens/ui_Screen3.c"
                    "../ui/ui_helpers.c"
                    "../ui/ui_helpers.c"
                    "../ui/components/ui_comp_hook.c"
                    "../ui/images/ui_img_1841912740.c"
                    "../ui/images/ui_img_1999303404.c"
                    "../ui/images/ui_img_cardrawing_png.c"
                    "../ui/images/ui_img_images_png.c"
                    "../ui/images/ui_img_logopediestredni_png.c"
                    "../ui/images/ui_img_logopedievelkajaksvina_png.c"
                    "../ui/images/ui_img_antenaL_png.c"
                    "../ui/images/ui_img_antenaR_png.c"
                    "../ui/images/ui_img_1704359651.c"
                    "../ui/images/ui_img_krizek1_png.c"
                    "../ui/images/ui_img_wifi_png.c"
                    "server_file_upload.c"
                    "wifi_ap.c"
                    "upload_status.c"
                    
                    PRIV_REQUIRES spi_flash esp_timer bt nvs_flash lvgl esp_lcd driver esp_lcd_touch_gt911 esp_http_server
                    INCLUDE_DIRS "." "../ui" "../ui/screens" "../ui/components" "../ui/images")
