Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | display: Convert to Python3 string encoding | Kevin O'Connor | 2021-10-01 | 1 | -7/+7 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | configfile: Support config.getchoice() with integer keys | Kevin O'Connor | 2021-08-25 | 1 | -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-Bark | 2021-04-07 | 1 | -0/+125 |
Signed-off-by: Marc-André Denis <marcadenis@msn.com> |