hzeller / rpi-rgb-led-matrix

Controlling up to three chains of 64x64, 32x32, 16x32 or similar RGB LED displays using Raspberry Pi GPIO
GNU General Public License v2.0
3.59k stars 1.15k forks source link

Small pitch 64x64 matrix #859

Open mrnick1234567 opened 5 years ago

mrnick1234567 commented 5 years ago

Hey Henner, you very kindly contributed to some of my projects a while back. I was looking at your library and the following 1/32 scan hub75e matrix:

https://s.click.aliexpress.com/e/c6XiGcd6

Could you tell me if you think it would work with a pi and the adafruit bonnet (with the solder change to enable the 5bit data / E pin)

I see a comment in one of the reviews for this matrix that I should be sure to ask for one using 'Chip One ICN2037' if I'm using raspberry pi. Does that sound right?

Thanks!

GeekyTim commented 5 years ago

I have those, and they work together really well.

On Mon, 29 Jul 2019, 20:42 Nick, notifications@github.com wrote:

Hey Henner, you very kindly contributed to some of my projects a while back. I was looking at your library and the following 1/32 scan hub75e matrix:

https://s.click.aliexpress.com/e/c6XiGcd6

Could you tell me if you think it would work with a pi and the adafruit bonnet (with the solder change to enable the 5bit data / E pin)

I see a comment in one of the reviews for this matrix that I should be sure to ask for ine using 'Chip One ICN2037' if I'm using raspberry pi. Does that sound right?

Thanks!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/hzeller/rpi-rgb-led-matrix/issues/859?email_source=notifications&email_token=ABDNQQSVMENUDWQLSVIBNCLQB5BYZA5CNFSM4IHVTBY2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HCECAYA, or mute the thread https://github.com/notifications/unsubscribe-auth/ABDNQQWQ3USA7KM5SEQ4PA3QB5BYZANCNFSM4IHVTBYQ .

mrnick1234567 commented 5 years ago

Thanks Tim! What chip is on them, is it the ICN2037? Just want to be sure I order the right thing.

GeekyTim commented 5 years ago

I'll take a look when I get home next week.

On Mon, 29 Jul 2019, 21:56 Nick, notifications@github.com wrote:

Thanks Tim! What chip is on them, is it the ICN2037? Just want to be sure I order the right thing.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/hzeller/rpi-rgb-led-matrix/issues/859?email_source=notifications&email_token=ABDNQQQBZG3Q6HV4WYGIRLTQB5KPTA5CNFSM4IHVTBY2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3B7LSI#issuecomment-516158921, or mute the thread https://github.com/notifications/unsubscribe-auth/ABDNQQWLW4WSDI2ZYWWMC4DQB5KPTANCNFSM4IHVTBYQ .

amantalion commented 4 years ago

@GeekyTim Did you confirm that you have ICN2037? Thank you so much for your help by the way. Really helps to know that it is working before placing an order.

AndreasMainz commented 4 years ago

Hello, I am using 64x64 Panel with ICN2037 and GM7258 and it works fine with Joy-it LED Matrix controller out of the box. Command is: demo -D 0 --led-rows=64 --led-cols=64 --led-slowdown-gpio=2 Also 2 panels chained works fine: demo -D 0 --led-rows=64 --led-cols=128 --led-slowdown-gpio=2 Maybe this helps somebody to setup.