-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
128x64 with adafruit bonnet issues #1146
Comments
Greetings, -What hardware connections do you have? adapter? which one? Best regards |
@daveythacher |
@davemaster |
So GPIO 27 to ground on the bonnet? With the system running, or power down, jump between 27 and hound, and then boot with it that way? |
--led-row-addr-type=1 -> Black screen. No change with 27 and ground |
yep |
I've gone though all the multiplexing. None are any better. 7, 9, 15, and 16 are black screens for me. |
Yes, UU4 pin 10 goes to UU5 pin 2, etc all the way through UU8 --led-row-addr-type=3 gives a black screen |
Ok, You lost me there. How do I define the macro and recompile? |
Address type 3 gives black screen. GIPO makes no difference. |
I'd like to explain that too, but I haven't a clue! It only lights up on address type = 0 |
Changed line 40. no difference. Didn't change line 160. Line 160 is uncommented but says "DEFINES+=$ (USER_DEFINES) |
Ummm. I don't know. how would I check that? |
0.024 volts as measured on the connector and on the panel |
Whoops. I'm a moron. DC voltage setting works better. 4.89 vdc. |
My power supply is 5VDC, 10 Amp |
Sorry that was my bad. Had the meter set wrong. --led-row-addr-type=3 4.98 VDC at the pins on the panel |
On type 3 logic I get about 0.78~ VDC on pins 16, 15, 14, 13, 5, 6, 7, and 8. on every UUx
|
I ended up with: |
~/rpi-rgb-led-matrix $ sudo examples-api-use/demo -D0 --led-rows=64 --led-cols=128 --led-gpio-mapping=adafruit-hat-pwm --led-brightness=60 --led-slowdown-gpio=4 --led-panel-type=FM6126A Whoops! |
Bonus! No errors when compiling this time. |
Success!!!! |
|
Ran a different demo to check all lines active. |
Tried the new code, got an error when recomplining. |
make[1]: *** [Makefile:185: framebuffer.o] Error 1 |
Possibly? I am using putty to access my pi. Is there an easy way to copy the whole thing? |
Hmm.. Still getting a error: Here is the section of the file I edited: // Experimental! see issue #823 virtual void SetRowAddress(GPIO *io, int row) { private: // The DirectABCDRowAddressSetter sets the address by one of |
Opps. I see I had a typo in there |
and with a reboot it is back! SMDH!!! |
Thank you for your help daveythacher! It has been running great! |
I was having the same issue with this specific panel. Had to dig deep to find this. These parameters made it work, thank you so much! |
@daveythacher Are you still around? I'm having this issue with another panel and all your comets have disappeared. |
I am attempting to get a 128x64 p2.0 running off of an adafruit bonnet.
Using:
sudo examples-api-use/demo -D0 --led-rows=64 --led-cols=128 --led-gpio-mapping=adafruit-hat-pwm --led-brightness=60 --led-slowdown-gpio=4 --led-panel-type=FM6126A --led-multiplexing=0 --led-scan-mode=0 --led-row-addr-type=0 led-chain=1 led-parallel=1
I get this:
If I change the --led-row-addr-type to anything but "0" I get a black screen.
I have pad "E" on the bottom of the bonnet jumpered to "8"
Basically this, but missing every other row.
I really am over my head here, so please use small words! lol
Thanks!
The text was updated successfully, but these errors were encountered: