Upload files to "src/c"

This commit is contained in:
2024-10-06 21:26:04 +00:00
parent 84b26fa508
commit ff350179a8

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