Skip to content

Commit d13bcd7

Browse files
authored
Closing #148 (#150)
* * Updated submodules * Initial implementation of #148 * Refactoring * Updated FlipC image * Added USDT address * Added some more fonts * CLang format ran * One more nice font
1 parent bc1eab7 commit d13bcd7

26 files changed

+6640
-308
lines changed

.flipcorg/banner.png

-1.2 KB
Loading

features_config.h

+16
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,20 @@
2727
// If target firmware is not yet set, default it to Xtreme as I'm using it, and it is cool :)
2828
#ifndef TOTP_TARGET_FIRMWARE
2929
#define TOTP_TARGET_FIRMWARE TOTP_FIRMWARE_XTREME
30+
#endif
31+
32+
// List of available font for TOTP code
33+
#define TOTP_FONT_MODENINE (1)
34+
#define TOTP_FONT_REDHATMONO (2)
35+
#define TOTP_FONT_BEDSTEAD (3)
36+
#define TOTP_FONT_ZECTOR (4)
37+
#define TOTP_FONT_712SERIF (5)
38+
#define TOTP_FONT_GRAPH35PIX (6)
39+
#define TOTP_FONT_KARMAFUTURE (7)
40+
41+
// End of list
42+
43+
// Active font for TOTP codes
44+
#ifndef TOTP_FONT
45+
#define TOTP_FONT TOTP_FONT_MODENINE
3046
#endif

0 commit comments

Comments
 (0)