I bought a OLED screen to use it with the Radxa Zero.
Did all the steps on their Wiki page. https://www.waveshare.com/wiki/2.23inch_OLED_HAT?Amazon
Also installed wiringpi “sudo apt-get Install wiringpi”.
But when I want to compile the C program the compiler output says “#include <wiringPi.h> Not found”.
Is there something Missing?
WiringPi is library / wrapper that is used with Raspberry Pi so you can interact with external hardware easier. On different hardware you need a different library … however some vendors reworked this library to match their hardware. How is here? Don’t know. . I think Radxa uses some other library as there are many of them and especially because WiringPi is deprecated also on Raspberry Pi.