aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/display/hd44780_spi.py
Commit message (Collapse)AuthorAgeFilesLines
* configfile: Allow getchoice() to take a listKevin O'Connor2024-06-171-1/+1
| | | | | | If a list is passed to getchoice(), seamlessly convert it to a dict. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* display: Convert to Python3 string encodingKevin O'Connor2021-10-011-7/+7
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* configfile: Support config.getchoice() with integer keysKevin O'Connor2021-08-251-6/+6
| | | | | | | | If the choice mapping uses integer keys then lookup the config option using self.getint(). This simplifies the callers and improves the encoding of the printer.configfile.settings export. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* hd44780_spi: added lcd support to the mightyboard (#4121)le-Bark2021-04-071-0/+125
Signed-off-by: Marc-André Denis <marcadenis@msn.com>