Adafruit display library for beaglebone black

For Adafruit customers who seek help with microcontrollers

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
Nautilus
 
Posts: 1
Joined: Sun Oct 26, 2014 4:31 am

Adafruit display library for beaglebone black

Post by Nautilus »

Hi!

I m trying to get a beaglebone black ( AM3359 ) to communicate with the adafruit display " Monochrome 1.3'' 128x64 SSD1306 " through i2c and without operating system on the beaglebone black and for that I need to modify the libraries Adafruit GFX and the SSD1306 in order for the beaglebone black to be able to understand them. Can you please give me suggestions how I could write these libraries?

Thank you!

User avatar
adafruit_support_rick
 
Posts: 35092
Joined: Tue Mar 15, 2011 11:42 am

Re: Adafruit display library for beaglebone black

Post by adafruit_support_rick »

The libraries are C++. You will have to port the specific areas that read and write to GPIO ports, but there are only a few of those places in Adafruit_SSD1306.cpp. Otherwise, the library code should compile with few alterations.

Locked
Please be positive and constructive with your questions and comments.

Return to “Microcontrollers”