Move font into invaders. Smaller main firmware, yay

This commit is contained in:
Stefan `Sec` Zehl 2011-08-05 15:17:05 +02:00
parent b512225cfd
commit f5fdb1d5dd
2 changed files with 6 additions and 2 deletions

View File

@ -58,7 +58,7 @@ lcdFill
memcpy
DoChar
font
Font_Invaders
Font_Invadersnouse
Font_7x8
lcdBuffer
meshGetMessage

View File

@ -7,7 +7,9 @@
#include "lcd/render.h"
#include "lcd/display.h"
#include "lcd/allfonts.h"
#include "lcd/fonts.h"
#include "lcd/fonts/invaders.h"
#include "funk/mesh.h"
@ -496,3 +498,5 @@ static void check_end() {
screen_level();
}
}
#include "lcd/fonts/invaders.c"