Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
GOB52 committed Feb 6, 2023
2 parents 0e3cb2c + 1ba06c6 commit d569b32
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,6 @@
!/src/res/dummy_mc.cpp
!/src/res/dummy_logo.cpp
!/src/res/w???.cpp
!/src/res/font.cpp


11 changes: 11 additions & 0 deletions src/res/font.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/*
Font definition
*/
#include <M5GFX.h>
#include <lgfx/Fonts/IPA/lgfx_font_japan.h>
#include "u8g2_font_profont22_tr.h"
#include "resource.h"

const lgfx::U8g2font titleFont( u8g2_font_profont22_tr );
const lgfx::U8g2font tickerFont( lgfx_font_japan_gothic_p_20 );

0 comments on commit d569b32

Please sign in to comment.