From ff350179a8841db407f4d42e110eea1d73d8d029 Mon Sep 17 00:00:00 2001 From: alanacheff Date: Sun, 6 Oct 2024 21:26:04 +0000 Subject: [PATCH] Upload files to "src/c" --- src/c/weather.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/c/weather.h 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 +