diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-06-08 22:43:41 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-06-09 08:09:59 -0400 |
commit | cf9627cc0509a0ba9f4147c67602e018b28f5a4a (patch) | |
tree | 6744659ddce8c8b32fc9381eb7fcd0d2bdbee7be /klippy/extras/display | |
parent | 7713986ae1a349b7270d50191f47a7ffae94ac1b (diff) | |
download | kutter-cf9627cc0509a0ba9f4147c67602e018b28f5a4a.tar.gz kutter-cf9627cc0509a0ba9f4147c67602e018b28f5a4a.tar.xz kutter-cf9627cc0509a0ba9f4147c67602e018b28f5a4a.zip |
display: Use animated heated bed icons on default hd44780 display
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'klippy/extras/display')
-rw-r--r-- | klippy/extras/display/display.cfg | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/klippy/extras/display/display.cfg b/klippy/extras/display/display.cfg index cddc9476..dd6c8a29 100644 --- a/klippy/extras/display/display.cfg +++ b/klippy/extras/display/display.cfg @@ -359,24 +359,24 @@ hd44780_data: [display_glyph bed_heat1] hd44780_slot: 1 hd44780_data: + .*..* + *..*. + .*..* + *..*. ..... ***** - *.*.* - *...* - *.*.* - ***** ..... ..... [display_glyph bed_heat2] hd44780_slot: 1 hd44780_data: + *..*. + .*..* + *..*. + .*..* ..... ***** - *.*.* - *...* - *.*.* - ***** ..... ..... |