summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/drivers/lcd-bitmap-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/lcd-bitmap-common.c b/firmware/drivers/lcd-bitmap-common.c
index 9cd3ba3774..183ab75820 100644
--- a/firmware/drivers/lcd-bitmap-common.c
+++ b/firmware/drivers/lcd-bitmap-common.c
@@ -332,7 +332,7 @@ static void LCDFN(putsxyofs)(int x, int y, int ofs, const unsigned char *str)
332static void LCDFN(putsxyofs)(int x, int y, int ofs, const unsigned char *str) 332static void LCDFN(putsxyofs)(int x, int y, int ofs, const unsigned char *str)
333{ 333{
334 unsigned short *ucs; 334 unsigned short *ucs;
335 struct font* pf = font_get(current_vp->font); 335 struct font* pf = font_get(LCDFN(current_vp)->font);
336 int vp_flags = current_vp->flags; 336 int vp_flags = current_vp->flags;
337 const unsigned char *bits; 337 const unsigned char *bits;
338 int width; 338 int width;