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