2. CONNECTION TO RASPBERRY PI
If you want to connect the display directly with your device, the table shows
you the pin assignment.
1. connect the display
Use our LinkerKit sytem so that you can plug in the LinkerKit cable into the
I2C port like in the following picture.
pin name display
pin name Raspberry Pi
pin number Raspberry Pi
GND
VCC
SDA
SCL
GND
3V3
GPIO 02 / SDA1
GPIO 03 / SCL1
06
01
03
05
2. Activation of the I2C interface
To follow the following installation instructions without any deviations, we
recommend the operating system Raspbian (Buster) to use as an image.
First you have to edit the data file “config.txt“. The following line must be
added at the end of the file.
dtparam=i2x_arm=on
configuration of the hardware initialization in the config.txt