1#ifndef _PAPERDINK_WEATHER_H_
2#define _PAPERDINK_WEATHER_H_
19int8_t
fetch_data(
const char *
city,
const char *
country,
const char *owm_api_id,
const char *units =
"M");
int8_t fetch_data(const char *city, const char *country, const char *owm_api_id, const char *units="M")
void display_weather_style1(GxEPD2_GFX &display, uint16_t x, uint16_t y)
void display_weather_text_center(GxEPD2_GFX &display, uint16_t x, uint16_t y, uint16_t w)
void display_weather_style2_center(GxEPD2_GFX &display, uint16_t x, uint16_t y, uint16_t w)
PaperdinkUIWeatherClass Paperdink_Weather