diff --git a/Makefile.common b/Makefile.common index 549678a..6c2870f 100644 --- a/Makefile.common +++ b/Makefile.common @@ -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 diff --git a/resources/ZuishMode9_splash.png b/resources/ZuishMode9_splash.png new file mode 100644 index 0000000..3c07a0e Binary files /dev/null and b/resources/ZuishMode9_splash.png differ