aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/display
Commit message (Expand)AuthorAgeFilesLines
* 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
* menu: enhancementsJanar Sööt2019-01-072-26/+114
* menu: allow names in card content and simplify define single card decksJanar Sööt2019-01-071-3/+41
* menu: support for click button long pressJanar Sööt2019-01-071-28/+49
* i2ccmds: Pass the i2c address as a 7-bit number (0-127)Kevin O'Connor2019-01-071-2/+2
* menu: Fix filament loading and unloading feature (#1082)Master922019-01-071-4/+18
* menu: Correction for the resume option appears when the toolhead is not print...Paulo Drugos2019-01-051-1/+1
* display: Fix handling of M117 command if lowercase 'm' is usedKevin O'Connor2019-01-021-2/+3
* uc1701: Add support for SSD1306 in i2c modeKevin O'Connor2018-11-231-55/+85
* uc1701: Cache icons and fonts in byte display orderKevin O'Connor2018-11-211-43/+34
* uc1701: Wrap code to 80 columnsKevin O'Connor2018-11-211-2/+4
* uc1701: Add all_framebuffers to reduce vram indexing in the codeKevin O'Connor2018-11-211-17/+16
* uc1701: Add support for SSD1306 displaysKevin O'Connor2018-11-212-2/+29
* display: Add a get_dimensions() method to lcd chip classesKevin O'Connor2018-11-214-5/+7
* uc1701: Use bus.py helper code for spiKevin O'Connor2018-11-211-29/+20
* display: FR icon changed to "Feed Rate" (#860)James2018-11-131-13/+13
* display: Check for M117 inside of draw_status()Kevin O'Connor2018-10-181-22/+12
* display: Corrected Fan icon graphics (#753)alfsoft2018-10-071-1/+2
* st7920: Use display xor capability when animating glyphsKevin O'Connor2018-10-041-9/+9
* display: Change Extruder, Bed and Fan icons design (#740)alfsoft2018-10-041-59/+59
* menu.cfg: add fan glyph to __screen2004_static & __screen2004_inputJanar Sööt2018-10-021-2/+3
* hd44780: new text glyph - fanJanar Sööt2018-10-021-0/+10
* 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
* menu: vsdcard - scroll long filenames (#694)Janar Sööt2018-09-251-1/+4
* configfile: Move config file code from klippy.py to new fileKevin O'Connor2018-09-251-6/+3
* menu: new fast step rate featureJanar Sööt2018-09-212-19/+38
* st7920: No need to clear glyph framebuffer before programming glyphsKevin O'Connor2018-09-211-3/+4
* hd44780: Simplify framebuffer accessKevin O'Connor2018-09-211-9/+13
* st7920: Simplify framebuffer accessKevin O'Connor2018-09-211-13/+18
* st7920: Support writing degrees symbolKevin O'Connor2018-09-211-1/+8
* uc1701: Support writing degrees symbolKevin O'Connor2018-09-211-1/+1
* display: Use write_glyph() when writing special charactersKevin O'Connor2018-09-214-23/+20
* display: Support writing single character glyphs using write_glyph()Kevin O'Connor2018-09-215-7/+43
* display: Move icon drawing from display.py to lcd_chip codeKevin O'Connor2018-09-214-60/+50
* icons: Add the bed to the bed heating animationsKevin O'Connor2018-09-212-10/+14
* menu: New Tune submenu (#653)Janar Sööt2018-09-171-0/+45