Upload files to "src/c"
This commit is contained in:
6
src/c/weather.h
Normal file
6
src/c/weather.h
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user