From 622a5e24dbbaa85cd6d7a5fc629c4c8612d41959 Mon Sep 17 00:00:00 2001 From: phl0 Date: Fri, 2 Mar 2018 13:02:56 +0100 Subject: [PATCH] Use wiringPi instead of i2c --- Makefile.Pi.OLED | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.Pi.OLED b/Makefile.Pi.OLED index 4a6ab3b..18f906d 100644 --- a/Makefile.Pi.OLED +++ b/Makefile.Pi.OLED @@ -3,7 +3,7 @@ CC = gcc CXX = g++ CFLAGS = -g -O3 -Wall -std=c++0x -pthread -DOLED -I/usr/local/include -LIBS = -lArduiPi_OLED -li2c -lpthread +LIBS = -lArduiPi_OLED -lwiringPi -lpthread LDFLAGS = -g -L/usr/local/lib OBJECTS = \