Move font into invaders. Smaller main firmware, yay
This commit is contained in:
parent
b512225cfd
commit
f5fdb1d5dd
|
@ -58,7 +58,7 @@ lcdFill
|
||||||
memcpy
|
memcpy
|
||||||
DoChar
|
DoChar
|
||||||
font
|
font
|
||||||
Font_Invaders
|
Font_Invadersnouse
|
||||||
Font_7x8
|
Font_7x8
|
||||||
lcdBuffer
|
lcdBuffer
|
||||||
meshGetMessage
|
meshGetMessage
|
||||||
|
|
|
@ -7,7 +7,9 @@
|
||||||
|
|
||||||
#include "lcd/render.h"
|
#include "lcd/render.h"
|
||||||
#include "lcd/display.h"
|
#include "lcd/display.h"
|
||||||
#include "lcd/allfonts.h"
|
|
||||||
|
#include "lcd/fonts.h"
|
||||||
|
#include "lcd/fonts/invaders.h"
|
||||||
|
|
||||||
#include "funk/mesh.h"
|
#include "funk/mesh.h"
|
||||||
|
|
||||||
|
@ -496,3 +498,5 @@ static void check_end() {
|
||||||
screen_level();
|
screen_level();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#include "lcd/fonts/invaders.c"
|
||||||
|
|
Loading…
Reference in New Issue