ArduiPi_OLED icon indicating copy to clipboard operation
ArduiPi_OLED copied to clipboard

Small adjustments to run on Slackware ARM.

Open matthieupeeters opened this issue 9 years ago • 1 comments

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 avatar Jun 05 '16 21:06 matthieupeeters

@matthieupeeters thanks for pointing that out ;-)

hallard avatar Jun 15 '16 15:06 hallard