Closed augustluhrs closed 2 years ago
the panel75.h name is just because it was conflicting with another panel.h library I had, so I renamed it to avoid the error.
Ok, haven't worked on the library in quite some time but I'll try my best. from what I see, it doesn't like the port names. basically i use a technique where you have 4 bytes that represent the state of the gpio pin, probably the newer Arduino libraries use a different way of naming/setting these. i would suggest you look into how you directly access port registers on your hardware, and use the (probably) new way to set them.
cannot bind non-const lvalue reference of type '_EPortType&' to an rvalue of type '_EPortType'
this is the error that is the issue, shown on all port accesses. one thing it could also be is that the binary operation syntax changed, but i am not sure why and how.
hello, just trying to run the basic color-example on a nano 33 iot for a 16x32 HUB75 panel. Haven't changed anything in the script or library and receiving the following errors. I went in and changed all the
B0*
andB1*
to0b*
to remove that error, but no luck with the rest. Any idea what I'm doing wrong or what needs to be updated in the library to work with a nano 33 iot? Thanks!truncated errors because post too long