adafruit / RGB-matrix-Panel

Arduino library and example code for the 16x32 RGB matrix panels in the shop
http://www.adafruit.com/products/420
304 stars 145 forks source link

1:4 scan rate displays #13

Closed NetForces closed 10 years ago

NetForces commented 10 years ago

Hi,

I got my hand on some super bright outdoor 16x32 display. They are HUB75B, but seems to only use the A and B selects which I believe means they are 1:4 scan rate. Been hacking at it all day without results.

Any pointers on how I could adapt the library to use those displays ?

Thanks.

ladyada commented 10 years ago

Never seen one, sorry - you can try poking at the address pins? If you have a pull req we'll check it out for sure. Thank you! :)

NetForces commented 10 years ago

Have 2 here and got it to work. Not optimal and hackish probably but it displays. Will make a pull request in a few days.

Sent from my iPhone

On Jun 27, 2014, at 10:49 PM, ladyada notifications@github.com wrote:

Never seen one, sorry - you can try poking at the address pins? If you have a pull req we'll check it out for sure. Thank you! :)

— Reply to this email directly or view it on GitHub.

kartingted commented 8 years ago

I know this is a old post but how did they manage to get it to work? really struggling :(

datalin commented 7 years ago

@NetForces , did you submit your pull request, will be really helpful if you share how you did it.