A way to copy the screen buffer #175
-
I'm looking for a way to copy the screen buffer (and pasting would be good as well) to a temp array (for an old project that used another matrix driver). Not really familiar to dma and I guess the buffer is stored in rows(?). Is there a way of doing that? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
What format do you want the data in? The library stores the lowest level BCM signal in memory, that's it. You can't go backwards to say to an RGB888 format or anything. That information is lost already. |
Beta Was this translation helpful? Give feedback.
-
@eternalUnion, |
Beta Was this translation helpful? Give feedback.
-
There is a new example which implements an off-screen buffer at the risk of using tonnes of memory: |
Beta Was this translation helpful? Give feedback.
There is a new example which implements an off-screen buffer at the risk of using tonnes of memory:
#225