From ff5bbad940d09b9ab6821d841a2c2f6f41db64b4 Mon Sep 17 00:00:00 2001 From: Stefan `Sec` Zehl Date: Mon, 18 Jul 2011 18:32:30 +0200 Subject: [PATCH] Add smallfonts back to lcd.h. Many APPs need it. This should probably change --- firmware/lcd/lcd.h | 1 + 1 file changed, 1 insertion(+) diff --git a/firmware/lcd/lcd.h b/firmware/lcd/lcd.h index 8d32c79..cfff09e 100644 --- a/firmware/lcd/lcd.h +++ b/firmware/lcd/lcd.h @@ -2,3 +2,4 @@ #include "lcd/decoder.h" #include "lcd/display.h" #include "lcd/render.h" +#include "lcd/fonts/smallfonts.h"