![]() |
Forum Index : Microcontroller and PC projects : where does the framebuffer live in memory?
Author | Message | ||||
berighteous Senior Member ![]() Joined: 18/07/2020 Location: United StatesPosts: 110 |
Hi! Where does the frame buffer live in memory? Does it occupy the same memory as regular video pages? |
||||
vegipete![]() Guru ![]() Joined: 29/01/2013 Location: CanadaPosts: 1132 |
Test the command "mm.info(page address framebuffer)" Edit: Or maybe not. With or without framebuffer defined, it returns the same as "mm.info(page address 0)" I guess it's a request for matherp. Maybe a loop peeking through all of memory could find it ... Edited 2020-08-17 13:04 by vegipete Visit Vegipete's *Mite Library for cool programs. |
||||
berighteous Senior Member ![]() Joined: 18/07/2020 Location: United StatesPosts: 110 |
it gives the same address as page 0. Edited 2020-08-17 13:25 by berighteous |
||||
matherp Guru ![]() Joined: 11/12/2012 Location: United KingdomPosts: 10310 |
The framebuffer is allocated in variable memory when the create command is used. A second copy is allocated when the backup command is used. The position in memory is dependent on other variable use before the framebuffer command. It is not fixed. I'll include in the next beta (V5.05.05b11) to give its address Edited 2020-08-17 18:14 by matherp |
||||
berighteous Senior Member ![]() Joined: 18/07/2020 Location: United StatesPosts: 110 |
We're up to b11 now? wow. You the man! |
||||
![]() |
![]() |
The Back Shed's forum code is written, and hosted, in Australia. | © JAQ Software 2025 |