aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/display
Commit message (Expand)AuthorAgeFilesLines
* uc1701: Optimize swizzle_bits() codeKevin O'Connor2020-06-121-7/+9
* display: Rework write_graphics() to take one character cell at a timeKevin O'Connor2020-06-114-56/+46
* 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
* uc1701: Fix for glyph rendering on uc1701 display (#2966)Florian Heilmann2020-06-091-2/+2
* display: Use animated heated bed icons on default hd44780 displayKevin O'Connor2020-06-091-8/+8
* display: Make hd44780 glyphs configurableKevin O'Connor2020-06-095-114/+170
* display: Use '.' and '*' in display_glyph descriptionKevin O'Connor2020-06-082-122/+122
* docs: Note changes to glyph namesKevin O'Connor2020-06-082-1/+11
* display: Move glyph definition to printer configFlorian Heilmann2020-06-086-173/+185
* display: Do not show time remaining in default 16x4 displayKevin O'Connor2020-06-041-13/+4
* klippy: Rename try_load_module() to load_object()Kevin O'Connor2020-05-082-4/+4
* menu: Use new GCodeCommand wrappersKevin O'Connor2020-05-051-3/+3
* display: Remove unused self.lcd_type variableKevin O'Connor2020-03-211-3/+1
* display: Use the active extruder in the default 16x4 screen layoutKevin O'Connor2020-03-131-1/+3
* display: Use a separate display group for 16x4 multiple extrudersKevin O'Connor2020-03-131-57/+73
* display: Fix percent progress rendering on 16x4 multi-extruder layoutKevin O'Connor2020-03-081-1/+1
* display: add support for multiple displaysArksine2020-03-082-4/+21
* menu: Remove the "test" menu from the default menuKevin O'Connor2020-03-081-20/+0
* menu: Disable support for "deck" and "card" menu itemsKevin O'Connor2020-03-082-383/+2
* display: Replace hard-coded display with new config based displayKevin O'Connor2020-03-084-169/+334
* display_status: Separate out M73 and M117 handling to new moduleKevin O'Connor2020-03-081-75/+19
* menu: Set speed for move actions (#2520)Christian S2020-02-171-9/+9
* hd44780: Increase timeout to 40usKevin O'Connor2020-01-241-1/+1
* display: Revert "display: Add ST7567 display support (#1540)"Kevin O'Connor2019-12-182-36/+1
* uc1701: Add a delay after reset toggle (for displays using ResetHelper)Kevin O'Connor2019-12-031-0/+4
* uc1701: Add support for rst_pinKevin O'Connor2019-12-021-15/+25
* hd44780: Use two separate text framebuffersKevin O'Connor2019-12-011-9/+10
* uc1701: add config option for sh1106 type with up to 132 columns.Matt Baker2019-11-262-7/+13
* buttons: Remove MCU_ADC_buttons debug capabilityKevin O'Connor2019-11-071-6/+5
* extruder: Consistently use "extruder" for the primary extruderKevin O'Connor2019-11-072-23/+23
* uc1701: Add support for a reset line on SSD1306 displaysKevin O'Connor2019-08-171-0/+15
* bus: Add MCU_bus_digital_out helper classKevin O'Connor2019-08-171-24/+6
* menu: use MOVE=1 for offset_z menufess2019-07-311-1/+1
* menu: Remove customized get_status overridesKevin O'Connor2019-06-041-17/+0
* display: add get_status methodJanar Sööt2019-06-041-0/+5
* menu: Changed Menu item "Feed Filament" name (#1609)alfsoft2019-05-091-1/+1
* display: Add ST7567 display support (#1540)Dmitry2019-04-152-1/+36
* menu: initial support for analog buttons (#977)Janar Sööt2019-04-141-10/+80
* uc1701: make contrast configurableArksine2019-04-021-1/+2
* menu: Show current positions based on gcode positions (#1389)Robert Konklewski2019-03-211-23/+49
* menu: Set input_max for moving toolhead in menu to same value for all move in...amblidex2019-03-081-10/+10
* gcode: Change respond_info() to log by defaultKevin O'Connor2019-03-041-3/+2
* hd44780: Wrap code to 80 columnsKevin O'Connor2019-02-271-2/+2
* st7920: Wrap code to 80 columnsKevin O'Connor2019-02-271-2/+2
* font8x14: Store font as strings instead of as bytearrayKevin O'Connor2019-02-273-258/+259
* gcode: Raise a config error on invalid register_command()Kevin O'Connor2019-02-181-4/+5
* menu: Don't peek into printer.objects member variableKevin O'Connor2019-01-081-7/+5
* klippy: Convert printer_state("ready") to an event handlerKevin O'Connor2019-01-082-34/+34
* menu: allow empty command gcode if action is presentJanar Sööt2019-01-071-1/+3