Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small adjustments to run on Slackware ARM. #8

Open
matthieupeeters opened this issue Jun 5, 2016 · 1 comment
Open

Small adjustments to run on Slackware ARM. #8

matthieupeeters opened this issue Jun 5, 2016 · 1 comment

Comments

@matthieupeeters
Copy link

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.

@hallard
Copy link
Owner

hallard commented Jun 15, 2016

@matthieupeeters
thanks for pointing that out ;-)

sc6502 added a commit to Speedsaver/ArduiPi_OLED that referenced this issue Mar 11, 2022
So it looks like some code to detect failure to open the device
did not return the status properly.

Instead of fixing that, this change allows navit to carry on
without a display, but we do output a one-time message to
let users know.
sc6502 added a commit to Speedsaver/ArduiPi_OLED that referenced this issue Mar 12, 2022
So it looked like it may have opened the device OK, but the write
failed.  So put the error trap where the error occurs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants