From 1ba48792247fed6b7fb72b5508e041e03bd36fdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Vikstr=C3=B6m?= Date: Wed, 4 Dec 2019 15:07:54 +0100 Subject: [PATCH] Update OLED.md wiringpi is needed when building the OLED target. --- OLED.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OLED.md b/OLED.md index a16934a..dc15703 100644 --- a/OLED.md +++ b/OLED.md @@ -12,7 +12,7 @@ As I don’t use monitor or TV connected to Pi, I decreased dedicated video memo To be able to compile you will need the compiler and some others tools, issue a : ``` -sudo apt-get install build-essential git-core libi2c-dev i2c-tools lm-sensors +sudo apt-get install build-essential git-core libi2c-dev i2c-tools lm-sensors wiringpi ``` *italic* Sometimes I2C and SPI modules are not started and thus he cannot start the sample code. The solution to start the modules at startup by adding the two following lines into the file /etc/modules