diff --git a/src/c/weather.h b/src/c/weather.h new file mode 100644 index 0000000..5fdb497 --- /dev/null +++ b/src/c/weather.h @@ -0,0 +1,6 @@ +#pragma once + + void add_weather_layers(Layer *window_layer, int16_t width, int16_t height); //adds/configures weather/date display lines + void update_weather_layer(); //checks updates weather display lines + void display_lohi_weather_info(); //temporarily sets and displays Lo/Hi temp and last updates info on weather/date lines +