Skip to content

Commit

Permalink
add macros for special wLaunchELF chars
Browse files Browse the repository at this point in the history
square, circle and so on
  • Loading branch information
israpps committed Jan 7, 2025
1 parent 68806d6 commit f2fd4ae
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions include/launchelf.h
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,16 @@ void Load_External_Language(void);

/* font_uLE.c */

#define FNCH_CIRCLE "\xFF""0"
#define FNCH_CROSS "\xFF""1"
#define FNCH_SQUARE "\xFF""2"
#define FNCH_TRIANGLE "\xFF""3"
#define FNCH_BOXFILLD "\xFF""4"
#define FNCH_RIGHT "\xFF"":"
#define FNCH_LEFT "\xFF""<"
#define FNCH_UP "\xFF""="
#define FNCH_DOWN "\xFF"";"

extern unsigned char font_uLE[];
enum {
//0x100-0x109 are 5 double width characters for D-Pad buttons, which are accessed as:
Expand Down

0 comments on commit f2fd4ae

Please sign in to comment.