Using modified results from pixel_mapping_test in normal situations? #856
Unanswered
ccmangagit
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Since the pixelbase is defined only in CustomPxBasePanel virtual class, you need to insert it and its key method, getCoords() in your code, as well as a panel initialization from setup(). |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have an outdoor 64x32 P5 (1921) 8s, which displays in blocks of 8x32 using the normal examples. I've gotten to display correctly via the pixel_mapping_test for four scan panels, and it only needed changing the pixel base value to 32. I'd like to know if I can implement this fix in regular sketches without having to copy everything in pixel_mapping_test over (which I'm doing currently, and replacing instances of dma_display with Fourscanpanel), and especially how to use it to output smaller text. I just need many rows of text.
Also, thanks to everyone for the library, it's much easier to use than smartmatrix, which seems to require old esp32 board libraries. I struggled with that for many, many hours.
Beta Was this translation helpful? Give feedback.
All reactions