Add smallfonts back to lcd.h. Many APPs need it. This should probably change
This commit is contained in:
parent
2788612f89
commit
ff5bbad940
|
@ -2,3 +2,4 @@
|
||||||
#include "lcd/decoder.h"
|
#include "lcd/decoder.h"
|
||||||
#include "lcd/display.h"
|
#include "lcd/display.h"
|
||||||
#include "lcd/render.h"
|
#include "lcd/render.h"
|
||||||
|
#include "lcd/fonts/smallfonts.h"
|
||||||
|
|
Loading…
Reference in New Issue