#ifndef WEATHER_H #define WEATHER_H void fetch_weather(); void draw_weather(int16_t x, int16_t y); #endif