diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-09-01 12:49:28 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-09-01 12:49:28 -0400 |
commit | 1e3f6125fb3b910de8c75f7aca8c2f176cfcbf47 (patch) | |
tree | c5e942bf9c5cf43702c5bf1806aa85ec1551f24f /config/sample-lcd.cfg | |
parent | e47fa04a6fe614db3070726ace0a461d7ecd395b (diff) | |
download | kutter-1e3f6125fb3b910de8c75f7aca8c2f176cfcbf47.tar.gz kutter-1e3f6125fb3b910de8c75f7aca8c2f176cfcbf47.tar.xz kutter-1e3f6125fb3b910de8c75f7aca8c2f176cfcbf47.zip |
config: Add a description of the EXP1/EXP2 pin locations to sample-lcd.cfg
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/sample-lcd.cfg')
-rw-r--r-- | config/sample-lcd.cfg | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/config/sample-lcd.cfg b/config/sample-lcd.cfg index f84856ba..5b35b9c1 100644 --- a/config/sample-lcd.cfg +++ b/config/sample-lcd.cfg @@ -120,3 +120,24 @@ color_order_GRB: False initial_RED: 0.4 initial_GREEN: 0.4 initial_BLUE: 0.4 + + +###################################################################### +# Plug pin locations +###################################################################### + +# Some micro-controller boards and displays use inconsistent labeling +# for the EXP1 and EXP2 headers. The following diagram shows the +# correct location of pin 1 along with ground and power pins on the +# EXP1 and EXP2 plugs: +# +# EXP1: EXP2: +# +-----------------+ +-----------------+ +# | o o o o 5V | | o o o o o | +# | 1 o o o GND | | 1 o o o GND | +# +------ ------+ +------ ------+ +# +# Some boards may have the cutout in the wrong location. If so, it may +# be possible to carefully pry the plastic header off of the pins with +# a small screwdriver, then correct the orientation and reapply the +# plastic header. |