![Joy-it LINKERKIT OLED Скачать руководство пользователя страница 3](http://html1.mh-extra.com/html/joy-it/linkerkit-oled/linkerkit-oled_manual_2027346003.webp)
You can edit the file directly on the Raspberry with the following command:
sudo nano/boot/config.txt
config.txt can be edited directly on the Raspberry
With the key combination „Strg“ + „X“ and a following „Y“ and „Enter“ as a
confirmation, changes will be saved.
3.Installation of the Adafruit SSD1306 library
The developers of adafruit offer a library to control OLED displays with a
SSD1306 chipset. To use this library you must give the following commands
to install further but necessary modules:
(every command must be confirmed with “Enter“):
sudo apt-get update
sudo apt-get install build essential python-dev python-pip-y
sudo pip install RPi.GPIO
sudo apt-get install python-imaging python-smbus-y
If all modules are installed, the “Adafruit_Python_SSD1306“ library can be
installed with the following commands:
sudo apt-get install git
git clone https://github.com/adafruit/Adafruit_Python_SSD1306.git
cd Adafruit_Python_SSD1306
sudo python setup.py install