Skip to content

Commit

Permalink
Update OLED.md
Browse files Browse the repository at this point in the history
wiringpi is needed when building the OLED target.
  • Loading branch information
simonvik authored Dec 4, 2019
1 parent b29e1d0 commit 1ba4879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OLED.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1ba4879

Please sign in to comment.