4 lines
197 B
C
4 lines
197 B
C
#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
|