Upload files to "src/c"

This commit is contained in:
2024-10-06 20:50:11 +00:00
parent 442ffff150
commit 75b01f0ef2

6
src/c/weather.h Normal file
View File

@@ -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