Fixes #3312: Missing all icons from status screen

This commit is contained in:
João Brázio 2016-04-02 06:50:02 +01:00
parent 4d0d37aab7
commit 04b2abb6aa

View file

@ -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