Open MythicalForce opened 3 years ago
You probably want to enable the u-mapping if you have that layout https://github.com/hzeller/rpi-rgb-led-matrix/tree/master/examples-api-use#remapping-coordinates
You probably want to enable the u-mapping if you have that layout https://github.com/hzeller/rpi-rgb-led-matrix/tree/master/examples-api-use#remapping-coordinates
so i added --led-pixel-mapper="U-mapper" and i got this
https://cdn.discordapp.com/attachments/768907118589247608/835638267742781511/image0.jpg
and in the terminal it says "128x128" when it should be "256x256"
@hzeller so i flipped the bottom 2 boards arround and now it works all that remains is to figure out why there are these lines
just another question!
i wanted to make this work https://learn.adafruit.com/raspberry-pi-led-matrix-display/software but sadly it states that this does NOT work with Pi4 that im using :(
This is because adafruit uses an ancient version of my library. Just use this one and you're good.
if you have four panels with 64x64 in a square, you get 128x128 ... 256x256 would be 16 panels.
For the double line situation: did you play with the --led-row-addr-type
to see if one of the settings works ?
This is because adafruit uses an ancient version of my library. Just use this one and you're good.
if you have four panels with 64x64 in a square, you get 128x128 ... 256x256 would be 16 panels.
huh? use the current version of rpi-rgb-led-matrix ? but i would need to write my own code to mirror the desktop on the matrix display?
i want to display video/youtube on the matrix
the Adafruit framebuffer thing uses my library, but they link in a three year old version that doesn't support the PI4 yet. If you upgrade that submodule to the latest version it might work, though you might need to do some adaptions.
If you just want to watch videos, it is probably easier to use the video viewer in this project https://github.com/hzeller/rpi-rgb-led-matrix/tree/master/utils#video-viewer
For the double line situation: did you play with the
--led-row-addr-type
to see if one of the settings works ?
teste this now and the closest is 0 :S
just another question!
i wanted to make this work https://learn.adafruit.com/raspberry-pi-led-matrix-display/software but sadly it states that this does NOT work with Pi4 that im using :(
You need to update (yourself) the rpi-fb-matrix library from github. That library uses an old rpi-rgb-led-matrix library version. To do this, search some function calls, just read the error messages to do so.
Best regards...
just another question! i wanted to make this work https://learn.adafruit.com/raspberry-pi-led-matrix-display/software but sadly it states that this does NOT work with Pi4 that im using :(
You need to update (yourself) the rpi-fb-matrix library from github. That library uses an old rpi-rgb-led-matrix library version. To do this, search some function calls, just read the error messages to do so.
Best regards...
updated it but it is still not working :/
when i try and make i get this
https://cdn.discordapp.com/attachments/768907118589247608/835830058026926080/image0.jpg
@hzeller @davemaster i've done everything correct on the board aswell
https://cdn.discordapp.com/attachments/768907118589247608/835883293206511616/image0.jpg
https://cdn.discordapp.com/attachments/768907118589247608/835886725318311936/image0.jpg
it's 2 on 2 off 2 on 2 off
and so on :S
just another question! i wanted to make this work https://learn.adafruit.com/raspberry-pi-led-matrix-display/software but sadly it states that this does NOT work with Pi4 that im using :(
You need to update (yourself) the rpi-fb-matrix library from github. That library uses an old rpi-rgb-led-matrix library version. To do this, search some function calls, just read the error messages to do so. Best regards...
updated it but it is still not working :/
Video
https://streamable.com/lnotpg Greetings,
I did it a few months ago, I'll try it again this week, taking dust out my rasp-4 2GB, I will share my mods with all here to continue the free-common-source-coding spirit....
best regards
just another question! i wanted to make this work https://learn.adafruit.com/raspberry-pi-led-matrix-display/software but sadly it states that this does NOT work with Pi4 that im using :(
You need to update (yourself) the rpi-fb-matrix library from github. That library uses an old rpi-rgb-led-matrix library version. To do this, search some function calls, just read the error messages to do so. Best regards...
updated it but it is still not working :/
Video
I just saw your video, but in it I can't see the command used, share it please. Also, your hardware, what RPi are you using?
Thanks in advance
in this cases, the best way to start is trying one by one with those modules: works for ONE, then, WORKS for all. Share also your configuration file... It will be great
just another question! i wanted to make this work https://learn.adafruit.com/raspberry-pi-led-matrix-display/software but sadly it states that this does NOT work with Pi4 that im using :(
You need to update (yourself) the rpi-fb-matrix library from github. That library uses an old rpi-rgb-led-matrix library version. To do this, search some function calls, just read the error messages to do so. Best regards...
updated it but it is still not working :/
Video
I just saw your video, but in it I can't see the command used, share it please. Also, your hardware, what RPi are you using?
Thanks in advance
sudo examples-api-use/demo -D0 --led-rows=64 --led-cols=64 --led-chain=1 --led-slowdown-gpio=2 --led-pixel-mapper="U-mapper" --led-gpio-mapping="adafruit-hat"
Raspberry Pi 4 4Gb Adafruit RGB Matrix + Real Time Clock HAT for Raspberry Pi
Raspbian Lite with sound disabled in /boot/config.txt I also added dtoverlay=w1-gpio gpiopin=19 to /boot/config.txt (from the adafruit guide but dunno if it does anything for me)
https://cdn.discordapp.com/attachments/768907118589247608/835920791870505021/image0.jpg
Basic adafruit examples using their Adafruit RGB Matrix HAT works? Picture of one of them please?
El dom, 25 abr 2021 a las 11:50, MythicalForce @.***>) escribió:
just another question! i wanted to make this work https://learn.adafruit.com/raspberry-pi-led-matrix-display/software but sadly it states that this does NOT work with Pi4 that im using :(
You need to update (yourself) the rpi-fb-matrix https://github.com/adafruit/rpi-fb-matrix library from github. That library uses an old rpi-rgb-led-matrix library version. To do this, search some function calls, just read the error messages to do so. Best regards...
updated it but it is still not working :/ Video
I just saw your video, but in it I can't see the command used, share it please. Also, your hardware, what RPi are you using?
Thanks in advance
Command Line
sudo examples-api-use/demo -D4 --led-rows=64 --led-cols=64 --led-chain=1 --led-slowdown-gpio=2 --led-pixel-mapper="U-mapper" --led-gpio-mapping="adafruit-hat" Hardware
Raspberry Pi 4 4Gb Adafruit RGB Matrix + Real Time Clock HAT for Raspberry Pi
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/hzeller/rpi-rgb-led-matrix/issues/1295#issuecomment-826354004, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAIGUX4VOU3H7EPAJ3SMOF3TKRB4NANCNFSM43QR2SLQ .
-- David Elias Flores Escalante TeleTracking SAC
your configuration file?
El dom, 25 abr 2021 a las 12:25, David Elias Flores Escalante (< @.***>) escribió:
Basic adafruit examples using their Adafruit RGB Matrix HAT works? Picture of one of them please?
El dom, 25 abr 2021 a las 11:50, MythicalForce @.***>) escribió:
just another question! i wanted to make this work https://learn.adafruit.com/raspberry-pi-led-matrix-display/software but sadly it states that this does NOT work with Pi4 that im using :(
You need to update (yourself) the rpi-fb-matrix https://github.com/adafruit/rpi-fb-matrix library from github. That library uses an old rpi-rgb-led-matrix library version. To do this, search some function calls, just read the error messages to do so. Best regards...
updated it but it is still not working :/ Video
I just saw your video, but in it I can't see the command used, share it please. Also, your hardware, what RPi are you using?
Thanks in advance
Command Line
sudo examples-api-use/demo -D4 --led-rows=64 --led-cols=64 --led-chain=1 --led-slowdown-gpio=2 --led-pixel-mapper="U-mapper" --led-gpio-mapping="adafruit-hat" Hardware
Raspberry Pi 4 4Gb Adafruit RGB Matrix + Real Time Clock HAT for Raspberry Pi
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/hzeller/rpi-rgb-led-matrix/issues/1295#issuecomment-826354004, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAIGUX4VOU3H7EPAJ3SMOF3TKRB4NANCNFSM43QR2SLQ .
-- David Elias Flores Escalante TeleTracking SAC
-- David Elias Flores Escalante TeleTracking SAC
your configuration file? El dom, 25 abr 2021 a las 12:25, David Elias Flores Escalante (< @.>) escribió: … Basic adafruit examples using their Adafruit RGB Matrix HAT works? Picture of one of them please? El dom, 25 abr 2021 a las 11:50, MythicalForce @.>) escribió: > just another question! > i wanted to make this work > https://learn.adafruit.com/raspberry-pi-led-matrix-display/software but > sadly it states that this does NOT work with Pi4 that im using :( > > You need to update (yourself) the rpi-fb-matrix > https://github.com/adafruit/rpi-fb-matrix library from github. That > library uses an old rpi-rgb-led-matrix library version. To do this, search > some function calls, just read the error messages to do so. > Best regards... > > updated it but it is still not working :/ > Video > > https://streamable.com/lnotpg > > I just saw your video, but in it I can't see the command used, share it > please. Also, your hardware, what RPi are you using? > > Thanks in advance > > Command Line > > sudo examples-api-use/demo -D4 --led-rows=64 --led-cols=64 --led-chain=1 > --led-slowdown-gpio=2 --led-pixel-mapper="U-mapper" > --led-gpio-mapping="adafruit-hat" > Hardware > > Raspberry Pi 4 4Gb > Adafruit RGB Matrix + Real Time Clock HAT for Raspberry Pi > > — > You are receiving this because you were mentioned. > Reply to this email directly, view it on GitHub > <#1295 (comment)>, > or unsubscribe > https://github.com/notifications/unsubscribe-auth/AAIGUX4VOU3H7EPAJ3SMOF3TKRB4NANCNFSM43QR2SLQ > . > -- David Elias Flores Escalante TeleTracking SAC -- David Elias Flores Escalante TeleTracking SAC
what config file? the /boot/config.cfg or?
I will explain when I re-edit original files of rpi-fb-matrix to work with new rpi-rgb-led-matrix library
Apparently, no need to configuration file for rpi-fb-matrix Here an example https://github.com/adafruit/rpi-fb-matrix/blob/master/matrix.cfg
your configuration file? El dom, 25 abr 2021 a las 12:25, David Elias Flores Escalante (< @.**>) escribió: … Basic adafruit examples using their Adafruit RGB Matrix HAT works? Picture of one of them please? El dom, 25 abr 2021 a las 11:50, MythicalForce @.**>) escribió: > just another question! > i wanted to make this work > https://learn.adafruit.com/raspberry-pi-led-matrix-display/software but > sadly it states that this does NOT work with Pi4 that im using :( > > You need to update (yourself) the rpi-fb-matrix > https://github.com/adafruit/rpi-fb-matrix library from github. That > library uses an old rpi-rgb-led-matrix library version. To do this, search > some function calls, just read the error messages to do so. > Best regards... > > updated it but it is still not working :/ > Video > > https://streamable.com/lnotpg > > I just saw your video, but in it I can't see the command used, share it > please. Also, your hardware, what RPi are you using? > > Thanks in advance > > Command Line > > sudo examples-api-use/demo -D4 --led-rows=64 --led-cols=64 --led-chain=1 > --led-slowdown-gpio=2 --led-pixel-mapper="U-mapper" > --led-gpio-mapping="adafruit-hat" > Hardware > > Raspberry Pi 4 4Gb > Adafruit RGB Matrix + Real Time Clock HAT for Raspberry Pi > > — > You are receiving this because you were mentioned. > Reply to this email directly, view it on GitHub > <#1295 (comment)>, > or unsubscribe > https://github.com/notifications/unsubscribe-auth/AAIGUX4VOU3H7EPAJ3SMOF3TKRB4NANCNFSM43QR2SLQ > . > -- David Elias Flores Escalante TeleTracking SAC -- David Elias Flores Escalante TeleTracking SAC
what config file? the /boot/config.cfg or?
I have a 4 chain 64x64 horizontal but use --led-gpio-mapping=adafruit-hat-pwm
OK,
Divide and conquer- Had You tried your adafruit HAT with only one panel? If it is a 64x64 need some MOD. Then, try with 2, then 3 panels. The thing is, I use the dragon active board....
try.... only ONE PANEL, and share picture
El dom, 25 abr 2021 a las 23:19, gddeen @.***>) escribió:
your configuration file? El dom, 25 abr 2021 a las 12:25, David Elias Flores Escalante (< @.
*>) escribió: … <#m-9212247730070754967> Basic adafruit examples using their Adafruit RGB Matrix HAT works? Picture of one of them please? El dom, 25 abr 2021 a las 11:50, MythicalForce @*.>) escribió: > just another question! > i wanted to make this work > https://learn.adafruit.com/raspberry-pi-led-matrix-display/software but > sadly it states that this does NOT work with Pi4 that im using :( > > You need to update (yourself) the rpi-fb-matrix > https://github.com/adafruit/rpi-fb-matrix library from github. That > library uses an old rpi-rgb-led-matrix library version. To do this, search
some function calls, just read the error messages to do so. > Best regards... > > updated it but it is still not working :/ > Video > > https://streamable.com/lnotpg > > I just saw your video, but in it I can't see the command used, share it > please. Also, your hardware, what RPi are you using? > > Thanks in advance > > Command Line > > sudo examples-api-use/demo -D4 --led-rows=64 --led-cols=64 --led-chain=1 > --led-slowdown-gpio=2 --led-pixel-mapper="U-mapper" > --led-gpio-mapping="adafruit-hat" > Hardware > > Raspberry Pi 4 4Gb > Adafruit RGB Matrix + Real Time Clock HAT for Raspberry Pi > > — > You are receiving this because you were mentioned. > Reply to this email directly, view it on GitHub > <#1295 (comment) https://github.com/hzeller/rpi-rgb-led-matrix/issues/1295#issuecomment-826354004>, or unsubscribe > https://github.com/notifications/unsubscribe-auth/AAIGUX4VOU3H7EPAJ3SMOF3TKRB4NANCNFSM43QR2SLQ . > -- David Elias Flores Escalante TeleTracking SAC -- David Elias Flores Escalante TeleTracking SAC
what config file? the /boot/config.cfg or?
I have a 4 chain 64x64 horizontal but use --led-gpio-mapping=adafruit-hat-pwm
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/hzeller/rpi-rgb-led-matrix/issues/1295#issuecomment-826489344, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAIGUX5KP47GGQHFOJMBKHDTKTSWNANCNFSM43QR2SLQ .
-- David Elias Flores Escalante TeleTracking SAC
I will explain when I re-edit original files of rpi-fb-matrix to work with new rpi-rgb-led-matrix library
Apparently, no need to configuration file for rpi-fb-matrix Here an example https://github.com/adafruit/rpi-fb-matrix/blob/master/matrix.cfg
realy you got it working directly from the adafruit guide?.... on a Rpi4?
but you have a dragon board and no the adafruit hat?
A couple of years ago. Works perfectly (on RPi 3) but with some flickering. My screen are 4 32x32 panels from sparkfun.com (1/16 identical that those in Adafruit)
I follow step by step the adafruit learning guide, there was a matrix.cfg file to define your screen configuration.
Today I will receive new microsd memories, then I will repeat that "recipe" using my RPi 4 - 2GB, and my screen 64x64 (arrangement 2x2 panels)
Best regards
El lun, 26 abr 2021 a las 10:49, MythicalForce @.***>) escribió:
I will explain when I re-edit original files of rpi-fb-matrix to work with new rpi-rgb-led-matrix library
Apparently, no need to configuration file for rpi-fb-matrix Here an example https://github.com/adafruit/rpi-fb-matrix/blob/master/matrix.cfg
realy you got it working directly from the adafruit guide?.... on a Rpi4?
but you have a dragon board and no the adafruit hat?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/hzeller/rpi-rgb-led-matrix/issues/1295#issuecomment-826946764, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAIGUX2APVHRORI7DGDEAODTKWDSHANCNFSM43QR2SLQ .
-- David Elias Flores Escalante TeleTracking SAC
Hi! Did you get it working with the current version of rpi-rgb-led-matrix? I tried it, but get this error messages:
Command Running
sudo ./demo -D0 --led-rows=64 --led-cols=64 --led-chain=4 --led-slowdown-gpio=2 --led-multiplexing=0
Picture
https://cdn.discordapp.com/attachments/538149593246859313/835624086352822322/image0.jpg
Matrix Setup
3 - 2 1 - 0 <---- adfruit-hat connects here
Note
in the terminal i can see that it thinks it's a "256x64".... and not "256x256"