Upload files to "src/c"

This commit is contained in:
2024-10-06 21:25:43 +00:00
parent a9dab72998
commit 639ba9fa60
5 changed files with 328 additions and 0 deletions

4
src/c/date.h Normal file
View File

@@ -0,0 +1,4 @@
#pragma once
void add_date_layers(Layer *window_layer, int16_t width, int16_t height); //adds/configures weather/date display lines
void update_date_layer(); //checks/updates date display line