UCTRONICS / U6143_ssd1306

70 stars 88 forks source link

Clean install of Raspian - fatal error: wiringPiI2C.h: No such file or directory #9

Closed scockman closed 3 years ago

scockman commented 3 years ago

As reported before with Ubuntu install. I took the Pi and did a clean install of the lastest Raspian and got the same error message:

`ssd1306_i2c.c:7:10: fatal error: wiringPiI2C.h: No such file or directory

include

      ^~~~~~~~~~~~~~~

compilation terminated. make: *** [: ssd1306_i2c.o] Error 1`

scockman commented 3 years ago

Finally figured it out. Needed to install the wiringpi package. This should be a step in the installation instructions.