diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-06-08 16:53:47 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-06-08 16:55:09 -0400 |
commit | d94dd8e9fdb1bde245216ada4cfd2e16bf51c4e1 (patch) | |
tree | 64d9c052880ca61879aa90894f9528855c1eee07 /docs | |
parent | 3dcac1308e6fe132487c45824d142609f2571df6 (diff) | |
download | kutter-d94dd8e9fdb1bde245216ada4cfd2e16bf51c4e1.tar.gz kutter-d94dd8e9fdb1bde245216ada4cfd2e16bf51c4e1.tar.xz kutter-d94dd8e9fdb1bde245216ada4cfd2e16bf51c4e1.zip |
docs: Note changes to glyph names
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 016fc425..70496ece 100644 --- a/docs/Config_Changes.md +++ b/docs/Config_Changes.md @@ -6,6 +6,11 @@ All dates in this document are approximate. # Changes +20200608: The LCD display support has changed the name of some +internal "glyphs". If a custom display layout was implemented it may +be necessary to update to the latest glyph names (see +klippy/extras/display/display.cfg for a list of available glyphs). + 20200606: The pin names on linux mcu have changed. Pins now have names of the form `gpiochip<chipid>/gpio<gpio>`. For gpiochip0 you can also use a short `gpio<gpio>`. For example, what was previously referred |