libSSD1306 icon indicating copy to clipboard operation
libSSD1306 copied to clipboard

Compile without cmake

Open rfamp opened this issue 6 years ago • 0 comments

Hi, thanks a lot for you lib, it is realy useful. I'm using it with a diy usb to i2c adapter and the example programms are working fine! But how can I compile my own programms without using cmake. my g++ command looks like. g++ my_test_oled.cxx -o my_test_oled -I /home/eagle/Downloads/libSSD1306-master/lib/ but i can not compile it succesfully and i can not extract the right arguments from the makefile. Can you help me?

rfamp avatar Nov 16 '17 14:11 rfamp