ArduiPi_OLED
ArduiPi_OLED copied to clipboard
Small adjustments to run on Slackware ARM.
I installed this library on Slackware ARM linux on the Raspberry Pi 3. It worked fine, with some minor adjustments:
- In the Makefiles replace "-mfloat-abi=hard" with "-mfloat-abi=softfp".
- While linking the examples, add "-li2c" to link command (g++).
Thanks for publishing this library as open source.
@matthieupeeters thanks for pointing that out ;-)