index
:
kutter
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
klippy
/
extras
/
display
/
display.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Isort all klippy code
Tomasz Kramkowski
2025-08-15
1
-2
/
+5
*
Run black on all first party python code
Tomasz Kramkowski
2025-08-06
1
-68
/
+108
*
display: Add support for `AIP31068` based displays (#6639)
Alexander Bazarov
2024-12-02
1
-2
/
+3
*
led: Support setting display_template parameters via SET_LED_TEMPLATE
Kevin O'Connor
2022-03-31
1
-0
/
+2
*
display: Add a new PrinterDisplayTemplate class for tracking template macros
Kevin O'Connor
2022-03-31
1
-40
/
+61
*
display: Convert to Python3 string encoding
Kevin O'Connor
2021-10-01
1
-1
/
+1
*
hd44780_spi: added lcd support to the mightyboard (#4121)
le-Bark
2021-04-07
1
-1
/
+2
*
st7920: Better support for emulated ST7920 displays (#3979)
teeminus
2021-03-01
1
-2
/
+3
*
menu: redesigned name scroller & menu rendering (#3837)
Janar Sööt
2021-02-20
1
-0
/
+1
*
display: Remove circular references from intermediate context object
Kevin O'Connor
2020-09-16
1
-0
/
+1
*
display: Allow redrawing the screen up to 10 times per second
Kevin O'Connor
2020-08-24
1
-3
/
+8
*
gcode: Remove "action_" commands from get_status() calls
Kevin O'Connor
2020-08-20
1
-3
/
+2
*
display: Support requesting a screen redraw on a menu key press
Kevin O'Connor
2020-08-20
1
-2
/
+16
*
menu: Replace menu with new Jinja2 template system (#2344)
Janar Sööt
2020-08-09
1
-1
/
+1
*
extras: Use "from . import module" for relative imports
Kevin O'Connor
2020-06-15
1
-1
/
+1
*
display: Rework write_graphics() to take one character cell at a time
Kevin O'Connor
2020-06-11
1
-16
/
+7
*
display: Default DISPLAY=display in SET_DISPLAY_GROUP command
Kevin O'Connor
2020-06-09
1
-3
/
+7
*
display: add SET_DISPLAY_GROUP command (#2969)
Florian Heilmann
2020-06-09
1
-0
/
+11
*
display: Make hd44780 glyphs configurable
Kevin O'Connor
2020-06-09
1
-12
/
+21
*
display: Use '.' and '*' in display_glyph description
Kevin O'Connor
2020-06-08
1
-10
/
+10
*
display: Move glyph definition to printer config
Florian Heilmann
2020-06-08
1
-12
/
+22
*
klippy: Rename try_load_module() to load_object()
Kevin O'Connor
2020-05-08
1
-3
/
+3
*
display: Remove unused self.lcd_type variable
Kevin O'Connor
2020-03-21
1
-3
/
+1
*
display: add support for multiple displays
Arksine
2020-03-08
1
-4
/
+9
*
display: Replace hard-coded display with new config based display
Kevin O'Connor
2020-03-08
1
-166
/
+153
*
display_status: Separate out M73 and M117 handling to new module
Kevin O'Connor
2020-03-08
1
-75
/
+19
*
display: Revert "display: Add ST7567 display support (#1540)"
Kevin O'Connor
2019-12-18
1
-2
/
+1
*
uc1701: add config option for sh1106 type with up to 132 columns.
Matt Baker
2019-11-26
1
-1
/
+1
*
extruder: Consistently use "extruder" for the primary extruder
Kevin O'Connor
2019-11-07
1
-6
/
+6
*
display: add get_status method
Janar Sööt
2019-06-04
1
-0
/
+5
*
display: Add ST7567 display support (#1540)
Dmitry
2019-04-15
1
-1
/
+2
*
gcode: Raise a config error on invalid register_command()
Kevin O'Connor
2019-02-18
1
-4
/
+5
*
klippy: Convert printer_state("ready") to an event handler
Kevin O'Connor
2019-01-08
1
-19
/
+19
*
menu: enhancements
Janar Sööt
2019-01-07
1
-0
/
+3
*
display: Fix handling of M117 command if lowercase 'm' is used
Kevin O'Connor
2019-01-02
1
-2
/
+3
*
uc1701: Add support for SSD1306 displays
Kevin O'Connor
2018-11-21
1
-1
/
+1
*
display: Check for M117 inside of draw_status()
Kevin O'Connor
2018-10-18
1
-22
/
+12
*
display: Don't error if M73 is missing a P parameter
Kevin O'Connor
2018-10-01
1
-1
/
+2
*
display: Don't error on an out of range M73 request
Kevin O'Connor
2018-09-25
1
-1
/
+1
*
display: Use write_glyph() when writing special characters
Kevin O'Connor
2018-09-21
1
-13
/
+20
*
display: Support writing single character glyphs using write_glyph()
Kevin O'Connor
2018-09-21
1
-2
/
+2
*
display: Move icon drawing from display.py to lcd_chip code
Kevin O'Connor
2018-09-21
1
-34
/
+10
*
icons: Add the bed to the bed heating animations
Kevin O'Connor
2018-09-21
1
-4
/
+8
*
display menu module for klipper
Janar Sööt
2018-08-20
1
-0
/
+8
*
docs: Add display g-code commands to docs/G-Codes.md
Kevin O'Connor
2018-07-08
1
-2
/
+1
*
display: fix for 128 x 64 pixel displays
Arksine
2018-06-28
1
-5
/
+3
*
build: Cleanup whitespace errors
Kevin O'Connor
2018-06-28
1
-2
/
+2
*
display: add UC1701 graphics controller support
Arksine
2018-06-27
1
-17
/
+23
*
display: Move icons to their own module
Kevin O'Connor
2018-06-27
1
-152
/
+9
*
display: Move st7920 code to its own module
Kevin O'Connor
2018-06-27
1
-128
/
+2
[next]