aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/display
Commit message (Expand)AuthorAgeFilesLines
* configfile: Support config.getchoice() with integer keysKevin O'Connor2021-08-252-12/+12
* menu_keys: Use config.getfloatlist() for analog_range_ config optionsKevin O'Connor2021-08-211-6/+2
* menu: fix crash when opening SDCard menu while printingKamil Trzcinski2021-07-261-1/+1
* virtual_sdcard: add `file_path` and `file_size` to `status`Kamil Trzcinski2021-06-221-1/+1
* menu: Fixed typo when reading `print_stats.state` (#4261)Dany Yanev2021-05-061-2/+2
* hd44780_spi: added lcd support to the mightyboard (#4121)le-Bark2021-04-072-1/+127
* menu: changes in tune menu according to #4023 (#4086)Janar Sööt2021-03-231-3/+3
* st7920: Better support for emulated ST7920 displays (#3979)teeminus2021-03-012-44/+126
* menu: Default menu should check extruders have heaters (#3969)Janar Sööt2021-02-201-2/+2
* menu: redesigned name scroller & menu rendering (#3837)Janar Sööt2021-02-202-93/+95
* hd44780: Add hd44780 protocol init configThomas Kroll2021-01-311-1/+6
* menu: Update menu.cfg sd_card menu enable condition (#3826)Chip2021-01-241-5/+35
* menu: Update menu.cfg (#3778)Alex Zellner2021-01-171-21/+21
* hd44780: Make the 4-bit init sequence more robustKevin O'Connor2020-12-121-1/+1
* docs: Add links to default display.cfg and menu.cfg in Config_Reference.mdKevin O'Connor2020-12-032-2/+10
* menu: modifications (#3262)Janar Sööt2020-12-031-209/+161
* hd44780: allow to configure line length (#3543)Martin Hierholzer2020-11-201-8/+15
* display: Remove circular references from intermediate context objectKevin O'Connor2020-09-161-0/+1
* uc1701: Add x_offset (Used to add horizontal offset on SSD1306/SH1106 display...rjpatawaran2020-09-091-4/+9
* uc1701: Improve Python3 compatibilityKevin O'Connor2020-09-041-2/+2
* hd44780: Improve Python3 compatibilityKevin O'Connor2020-09-041-1/+1
* menu: only render visible list itemsJanar Sööt2020-08-261-35/+34
* menu: fixing input gcode run issue on edit startJanar Sööt2020-08-261-0/+4
* display: Allow redrawing the screen up to 10 times per secondKevin O'Connor2020-08-241-3/+8
* gcode: Split G0/G1 command handling to new gcode_move classKevin O'Connor2020-08-202-15/+15
* gcode: Convert get_status() homing_xpos to use a namedtupleKevin O'Connor2020-08-201-1/+1
* gcode: Remove "action_" commands from get_status() callsKevin O'Connor2020-08-203-16/+13
* menu: reduce timeout timer period to 1sJanar Sööt2020-08-201-7/+2
* display: Support requesting a screen redraw on a menu key pressKevin O'Connor2020-08-202-12/+23
* menu: remove surplus self.running=FalseJanar Sööt2020-08-181-2/+0
* menu: optimize container populateJanar Sööt2020-08-181-13/+8
* display: Remove reference to printer.gcode.busy from display.cfgKevin O'Connor2020-08-151-1/+1
* menu: fix for overwriting existing menu item (#3189)Janar Sööt2020-08-141-1/+3
* menu: Replace menu with new Jinja2 template system (#2344)Janar Sööt2020-08-093-1425/+1143
* display: Add configuration options for OLED displays (#3084)Iakabos2020-07-191-3/+6
* menu_keys: Add a register_button() helper methodKevin O'Connor2020-06-151-128/+62
* menu_keys: Reschedule long-click timer on each clickKevin O'Connor2020-06-151-20/+15
* menu_keys: Move button handling from menu.py to new file menu_keys.pyKevin O'Connor2020-06-152-155/+196
* uc1701: Update bus import to "from .. import bus"Kevin O'Connor2020-06-151-9/+8
* extras: Use "from . import module" for relative importsKevin O'Connor2020-06-154-4/+5
* 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