From 04b2abb6aa4723a1cd3e262a12f6b7b409fb8719 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Br=C3=A1zio?= Date: Sat, 2 Apr 2016 06:50:02 +0100 Subject: [PATCH] Fixes #3312: Missing all icons from status screen --- Marlin/dogm_lcd_implementation.h | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/Marlin/dogm_lcd_implementation.h b/Marlin/dogm_lcd_implementation.h index 9b5f0c6f4..669fd431e 100644 --- a/Marlin/dogm_lcd_implementation.h +++ b/Marlin/dogm_lcd_implementation.h @@ -306,10 +306,14 @@ static void lcd_implementation_status_screen() { bool blink = lcd_blink(); - #if HAS_FAN0 - // Symbols menu graphics, animated fan - u8g.drawBitmapP(9, 1, STATUS_SCREENBYTEWIDTH, STATUS_SCREENHEIGHT, blink && fanSpeeds[0] ? status_screen0_bmp : status_screen1_bmp); - #endif + // Symbols menu graphics, animated fan + u8g.drawBitmapP(9, 1, STATUS_SCREENBYTEWIDTH, STATUS_SCREENHEIGHT, + #if HAS_FAN0 + blink && fanSpeeds[0] ? status_screen0_bmp : status_screen1_bmp + #else + status_screen0_bmp + #endif + ); #if ENABLED(SDSUPPORT) // SD Card Symbol