Skip to content

Commit

Permalink
Merge pull request #187 from RuffaloLavoisier/anim_part
Browse files Browse the repository at this point in the history
apps/watchfaces : add preprocessing for MATRIX library
  • Loading branch information
simonmicro authored Feb 17, 2022
2 parents 169bd23 + 1eece23 commit 6eaaa1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/apps/watchfaces/watchface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
#include "./apps/watchfaces/watchface.h"
// #define GIF_BG

#ifdef MATRIX
#include <anim_matrix.h>
#endif

#include <gfx_util.h>
#include <osw_app.h>
#include <osw_config.h>
Expand Down

0 comments on commit 6eaaa1b

Please sign in to comment.