- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
I have an Oled display connected to my Edison breakout board. The display is driven by a http://mikrocontroller.bplaced.net/wordpress/?tag=ssd1331 SSD1331
chip. The only libraries, I could find were for the Arduino platform. But this ones I can't use because
of the missing Arduino includes.
Is there any way to use an ardunino library (using SPI) for the Edison?
I think otherwise I'm not able to use this one unless I write my own lib..
Thanks!
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi JChristoph.P,
Thanks for reaching out.
I think this is not possible, because There are several libraries that have been written for Arduino architecture which is AVR, and unfortunately they won't work with Edison (or Galileo) since the architecture is different (x86).
However, I found some codes for other versions in the UPM repository ( https://github.com/intel-iot-devkit/upm/tree/master/examples/c%2B%2B). Maybe one of them can work with your device.
I hope you find this helpful.
Regards,
-Leonardo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi JChristoph.P,
I was wondering if you have updates. Remember that we are here to help you.
Have a nice day!
Regards,
-Leonardo

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page