Replies: 1 comment 16 replies
-
Nothing should've changed with regards to the implementation. Make sure you don't forget to call Are you using the |
Beta Was this translation helpful? Give feedback.
16 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm developing an application, pretty large, that uses I8080 for display.
Up to version 0.20.1 it worked.
0.21.0 introduced changes to how work with I8080 takes place. I migrated my code, same data is sent out using DMA, exactly the same methods only with the API changes.
Well, it doesn't work properly. Instead of seeing the the proper UI, I see pixels drawn to screen to a smaller square that shows on the bottom right of the display.
So it seems to me like the display is getting the wrong data in some of the dma commands. I spent hours trying to figure out what's going on there but so far can't find what it is.
So I wonder, have there been any changes except the API structure of using the DmaTxBuf and transfer, etc. ?
Maybe some underlying I8080 data that was sent in previous API and now moved out and in the responsibility of the application?
Maybe timeout changes?
Or anything else that my code relied on that's now different?
BTW - the i8080 example works properly on my device, but my program is much more complex and works completely different with the display than the simplistic demo.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions