From 909eef397850665cb022aef2749974af503d108b Mon Sep 17 00:00:00 2001 From: alfsoft Date: Sun, 7 Oct 2018 20:38:11 +0300 Subject: [PATCH] display: Corrected Fan icon graphics (#753) Added new Copyright string, corrected Fan icon graphics Signed-off-by: Alexander Fadeev --- klippy/extras/display/icons.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/klippy/extras/display/icons.py b/klippy/extras/display/icons.py index 0d1fb77d..fdf4b651 100644 --- a/klippy/extras/display/icons.py +++ b/klippy/extras/display/icons.py @@ -1,6 +1,7 @@ # Common LCD icons # # Copyright (C) 2018 Aleph Objects, Inc +# Copyright (C) 2018 Alexander Fadeev # # This file may be distributed under the terms of the GNU GPLv3 license. @@ -94,7 +95,7 @@ fan1_icon = [ 0b0011111001110000, 0b0011110001111000, 0b0001100001111000, - 0b0000000000110000, + 0b0000000001110000, 0b0000000000000000, 0b0000000000000000 ]