Skip to content

Commit

Permalink
Merge pull request #6 from davidakerr/update-ui-defs
Browse files Browse the repository at this point in the history
Conditionally include function declarations
  • Loading branch information
fbiego authored Jun 21, 2024
2 parents b3199a9 + d5154b3 commit 81cbb22
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/ui/ui.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@
#include "./faces/tix_resized/tix_resized.h"
#include "./faces/wfb_resized/wfb_resized.h"

#include "./faces/174/174.h"
#include "./faces/228/228.h"
#include "./faces/1041/1041.h"
#include "./faces/1167/1167.h"
#include "./faces/1169/1169.h"
#include "./faces/2051/2051.h"
#include "./faces/2151/2151.h"
#include "./faces/3589/3589.h"

///////////////////// VARIABLES ////////////////////
void pulseCall_Animation(lv_obj_t *TargetObject, int delay);
void ui_event_clockScreen(lv_event_t *e);
Expand Down

0 comments on commit 81cbb22

Please sign in to comment.