summaryrefslogtreecommitdiff
path: root/firmware/drivers/lcd-bitmap-common.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/lcd-bitmap-common.c')
-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 975c494b5a..75d31e3453 100644
--- a/firmware/drivers/lcd-bitmap-common.c
+++ b/firmware/drivers/lcd-bitmap-common.c
@@ -563,7 +563,7 @@ static void LCDFN(putsxyofs)(int x, int y, int ofs, const unsigned char *str)
563 563
564 bits = font_get_bits(pf, *ucs); 564 bits = font_get_bits(pf, *ucs);
565 565
566#if defined(MAIN_LCD) && defined(HAVE_LCD_COLOR) 566#if defined(MAIN_LCD) && defined(HAVE_LCD_COLOR) && !defined(DISABLE_ALPHA_BITMAP)
567 if (pf->depth) 567 if (pf->depth)
568 lcd_alpha_bitmap_part(bits, ofs, 0, width, x, y, 568 lcd_alpha_bitmap_part(bits, ofs, 0, width, x, y,
569 width - ofs, pf->height); 569 width - ofs, pf->height);