mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-24 07:04:01 -06:00
display: Support writing single character glyphs using write_glyph()
Add write_glyph() support to hd44780.py. Update uc1701.py and st7920.py to support writing single character glyphs via write_glyph(). Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
2a5778be3a
commit
c8d9d575a1
5 changed files with 43 additions and 7 deletions
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
# This file may be distributed under the terms of the GNU GPLv3 license.
|
||||
|
||||
nozzle_icon = [
|
||||
extruder_icon = [
|
||||
0b0000000000000000,
|
||||
0b0000000000000000,
|
||||
0b0000111111110000,
|
||||
|
@ -138,7 +138,7 @@ feedrate_icon = [
|
|||
]
|
||||
|
||||
Icons16x16 = {
|
||||
'nozzle': nozzle_icon,
|
||||
'extruder': extruder_icon,
|
||||
'bed': bed_icon, 'bed_heat1': bed_heat1_icon, 'bed_heat2': bed_heat2_icon,
|
||||
'fan1': fan1_icon, 'fan2': fan2_icon,
|
||||
'feedrate': feedrate_icon,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue