XBrav / py-ssd1325

Python library for the SSD1325 controller
GNU Lesser General Public License v3.0
4 stars 0 forks source link

[question] BeagleBone Black #1

Open codewarriorFX opened 8 years ago

codewarriorFX commented 8 years ago

Hi, does this work with the BeagleBone Black board?

XBrav commented 8 years ago

I haven't ever used a BeagleBone sadly, but there's no reason it shouldn't if it has a Python framework. The library is mostly timings and building a rather grotesque framebuffer.

I haven't worked on this in a long time, but it was a few parameter adjustments off another library (ssd1321 I think? It's commented in the source). I'm pretty sure it'll work as long as BeagleBone has a Python interpreter. On Jul 5, 2016 8:37 AM, "Peter" notifications@github.com wrote:

Hi, does this work with the BeagleBone Black board?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/XBrav/py-ssd1325/issues/1, or mute the thread https://github.com/notifications/unsubscribe/AEQkRqE4Q99g4Pcg1ydwyolcDHqs5BFlks5qSmwdgaJpZM4JFL2L .

XBrav commented 8 years ago

I gave the code another look, and a lot of the code uses Raspberry Pi gpio calls. You would have to change all the wiringPi and gpio references to whatever BeagleBone's calls are.

codewarriorFX commented 8 years ago

Hi, thank you for the fast response. Yes, I see that all I need to change is the wiringPi scripts in order to port it to the BeagleBone. I will give it a try.