diff options
author | rjpatawaran <rjpatawaran@me.com> | 2020-09-10 11:07:40 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-09 23:07:40 -0400 |
commit | c7ea4b89c961b5f0db4c88eef3ae1fc8f3db074a (patch) | |
tree | ff71047b42062767321980ed40ed9d716af74cd0 /config/example-extras.cfg | |
parent | 1f5848fc1a388b764fc507ccc3d56538605d5500 (diff) | |
download | kutter-c7ea4b89c961b5f0db4c88eef3ae1fc8f3db074a.tar.gz kutter-c7ea4b89c961b5f0db4c88eef3ae1fc8f3db074a.tar.xz kutter-c7ea4b89c961b5f0db4c88eef3ae1fc8f3db074a.zip |
uc1701: Add x_offset (Used to add horizontal offset on SSD1306/SH1106 displays) (#3284)
Signed-off-by: RJ Patawaran <rjpatawaran@me.com>
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r-- | config/example-extras.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index 8ea8413b..c62d9140 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -1901,6 +1901,8 @@ # Set the Vcomh value on SSD1306/SH1106 displays. This value is # associated with a "smearing" effect on some OLED displays. # The value may range from 0 to 63. Default is 0. +#x_offset: 0 +# Set the horizontal offset value on SSD1306/SH1106 displays. Default is 0. #invert: FALSE # TRUE inverts the pixels on certain OLED (SSD1306/SH1106) displays # The default is FALSE |