You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Presently I have to fork your code in order to remove the Adam 7 interleaving as it makes performance much slower than it otherwise needs to be depending on the situation.
The problem with the interleaving is twofold, from a performance perspective:
You cannot cluster points onto a small bitmap region and then send that to the display using DMA, slowing down draws.
You cannot early out if the bottom of the image lies outside the display area.
I'll consider submitting a PR with a #define to disable this feature but I don't even know how you would feel about it, and I don't want to waste time with it if you're not interested in incorporating the change.
The text was updated successfully, but these errors were encountered:
Unfortunately, it's by design.
Optimization methods and performance requirements can vary based on specific use cases, so customizing Pngle to fit your needs is often recommended.
Hi,
Presently I have to fork your code in order to remove the Adam 7 interleaving as it makes performance much slower than it otherwise needs to be depending on the situation.
The problem with the interleaving is twofold, from a performance perspective:
I'll consider submitting a PR with a #define to disable this feature but I don't even know how you would feel about it, and I don't want to waste time with it if you're not interested in incorporating the change.
The text was updated successfully, but these errors were encountered: