diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-12-18 12:23:09 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-12-18 12:30:20 -0500 |
commit | 0a86190bae46a22a493f447075ab7713fd6ae9ed (patch) | |
tree | 07457fbf365ac45598f0127c6e17c46ba68009d0 /docs | |
parent | 7532e4ccea6f89e31d0d2f7f2f7e8ddac64abd46 (diff) | |
download | kutter-0a86190bae46a22a493f447075ab7713fd6ae9ed.tar.gz kutter-0a86190bae46a22a493f447075ab7713fd6ae9ed.tar.xz kutter-0a86190bae46a22a493f447075ab7713fd6ae9ed.zip |
display: Revert "display: Add ST7567 display support (#1540)"
This reverts commit 1b92af60784ea811a7ca04dfbce75224874cf84a.
The standard "uc1701" lcd_type can now be used in place of the custom
"st7567" lcd_type.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Config_Changes.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md index fa81032b..3a432d5a 100644 --- a/docs/Config_Changes.md +++ b/docs/Config_Changes.md @@ -6,6 +6,11 @@ All dates in this document are approximate. # Changes +20191218: The display config section no longer supports "lcd_type: +st7567". Use the "uc1701" display type instead - set "lcd_type: +uc1701" and change the "rs_pin: some_pin" to "rst_pin: some_pin". It +may also be necessary to add a "contrast: 60" config setting. + 20191210: The builtin T0, T1, T2, ... commands have been removed. The extruder activate_gcode and deactivate_gcode config options have been removed. If these commands (and scripts) are needed then define |