Can BrightScript expose the memory for a screen framebuffer or “live” bitmap? I have a need to store colors directly to the screen data without going through the slow 2D drawing functions. If we could simply get an roByteArray for the frame buffer, or a group of roByteArrays if the screen memory is not contiguous, think of the possibilities. I’d like to be able to copy a block of data from a source roByteArray into the framebuffer memory starting at the top as quickly as possible. Really I need a low-level block copy function instead of having to use a slow for/next loop. I know I’m asking for too much but …
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Is pixel-level writing supported? | 5 | 6 | November 11, 2025 | |
| Convert roByteArray -> roBitmap ? | 12 | 1 | October 25, 2016 | |
| What is the best way to use roScreen? | 0 | 0 | July 6, 2014 | |
| How to get a single pixel's rgba value from a roBitmap | 1 | 0 | August 11, 2021 | |
| Display a JPG that is into a roByteArray? | 1 | 0 | January 31, 2017 |
