#ifndef H_UI #define H_UI #include #include #include // Draws UI elements void draw_overlay(time_t time, uint24_t days, bool too_hot, bool too_cold); void loading_screen(void); #endif