aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/display/display.py
Commit message (Expand)AuthorAgeFilesLines
* Isort all klippy codeTomasz Kramkowski2025-08-151-2/+5
* Run black on all first party python codeTomasz Kramkowski2025-08-061-68/+108
* display: Add support for `AIP31068` based displays (#6639)Alexander Bazarov2024-12-021-2/+3
* led: Support setting display_template parameters via SET_LED_TEMPLATEKevin O'Connor2022-03-311-0/+2
* display: Add a new PrinterDisplayTemplate class for tracking template macrosKevin O'Connor2022-03-311-40/+61
* display: Convert to Python3 string encodingKevin O'Connor2021-10-011-1/+1
* hd44780_spi: added lcd support to the mightyboard (#4121)le-Bark2021-04-071-1/+2
* st7920: Better support for emulated ST7920 displays (#3979)teeminus2021-03-011-2/+3
* menu: redesigned name scroller & menu rendering (#3837)Janar Sööt2021-02-201-0/+1
* display: Remove circular references from intermediate context objectKevin O'Connor2020-09-161-0/+1
* display: Allow redrawing the screen up to 10 times per secondKevin O'Connor2020-08-241-3/+8
* gcode: Remove "action_" commands from get_status() callsKevin O'Connor2020-08-201-3/+2
* display: Support requesting a screen redraw on a menu key pressKevin O'Connor2020-08-201-2/+16
* menu: Replace menu with new Jinja2 template system (#2344)Janar Sööt2020-08-091-1/+1
* extras: Use "from . import module" for relative importsKevin O'Connor2020-06-151-1/+1
* display: Rework write_graphics() to take one character cell at a timeKevin O'Connor2020-06-111-16/+7
* display: Default DISPLAY=display in SET_DISPLAY_GROUP commandKevin O'Connor2020-06-091-3/+7
* display: add SET_DISPLAY_GROUP command (#2969)Florian Heilmann2020-06-091-0/+11
* display: Make hd44780 glyphs configurableKevin O'Connor2020-06-091-12/+21
* display: Use '.' and '*' in display_glyph descriptionKevin O'Connor2020-06-081-10/+10
* display: Move glyph definition to printer configFlorian Heilmann2020-06-081-12/+22
* klippy: Rename try_load_module() to load_object()Kevin O'Connor2020-05-081-3/+3
* display: Remove unused self.lcd_type variableKevin O'Connor2020-03-211-3/+1
* display: add support for multiple displaysArksine2020-03-081-4/+9
* display: Replace hard-coded display with new config based displayKevin O'Connor2020-03-081-166/+153
* display_status: Separate out M73 and M117 handling to new moduleKevin O'Connor2020-03-081-75/+19
* display: Revert "display: Add ST7567 display support (#1540)"Kevin O'Connor2019-12-181-2/+1
* uc1701: add config option for sh1106 type with up to 132 columns.Matt Baker2019-11-261-1/+1
* extruder: Consistently use "extruder" for the primary extruderKevin O'Connor2019-11-071-6/+6
* display: add get_status methodJanar Sööt2019-06-041-0/+5
* display: Add ST7567 display support (#1540)Dmitry2019-04-151-1/+2
* gcode: Raise a config error on invalid register_command()Kevin O'Connor2019-02-181-4/+5
* klippy: Convert printer_state("ready") to an event handlerKevin O'Connor2019-01-081-19/+19
* menu: enhancementsJanar Sööt2019-01-071-0/+3
* display: Fix handling of M117 command if lowercase 'm' is usedKevin O'Connor2019-01-021-2/+3
* uc1701: Add support for SSD1306 displaysKevin O'Connor2018-11-211-1/+1
* display: Check for M117 inside of draw_status()Kevin O'Connor2018-10-181-22/+12
* display: Don't error if M73 is missing a P parameterKevin O'Connor2018-10-011-1/+2
* display: Don't error on an out of range M73 requestKevin O'Connor2018-09-251-1/+1
* display: Use write_glyph() when writing special charactersKevin O'Connor2018-09-211-13/+20
* display: Support writing single character glyphs using write_glyph()Kevin O'Connor2018-09-211-2/+2
* display: Move icon drawing from display.py to lcd_chip codeKevin O'Connor2018-09-211-34/+10
* icons: Add the bed to the bed heating animationsKevin O'Connor2018-09-211-4/+8
* display menu module for klipperJanar Sööt2018-08-201-0/+8
* docs: Add display g-code commands to docs/G-Codes.mdKevin O'Connor2018-07-081-2/+1
* display: fix for 128 x 64 pixel displaysArksine2018-06-281-5/+3
* build: Cleanup whitespace errorsKevin O'Connor2018-06-281-2/+2
* display: add UC1701 graphics controller supportArksine2018-06-271-17/+23
* display: Move icons to their own moduleKevin O'Connor2018-06-271-152/+9
* display: Move st7920 code to its own moduleKevin O'Connor2018-06-271-128/+2