Add ZuishMode9 FLAVOR

This commit is contained in:
d0k3 2018-04-11 01:28:58 +02:00
parent 4f8dfc1eaf
commit f3782909c9
2 changed files with 5 additions and 0 deletions

View File

@ -27,6 +27,11 @@ ifeq ($(FLAVOR),BrickedMode9)
CFLAGS += -DCOLOR_STD_BG=0xFF0000
endif
ifeq ($(FLAVOR),ZuishMode9)
OVERRIDE_FONT := resources/fonts/font_zuish_8x8.pbm
CFLAGS += -DDEFAULT_FONT=\"font_zuish_8x8.pbm\"
endif
ifeq ($(SALTMODE),1)
CFLAGS += -DSALTMODE
endif

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB