patacongo commented on issue #18566: URL: https://github.com/apache/nuttx/issues/18566#issuecomment-5153041757
That's great but will require special communication with the NX server, since it otherwise knows nothing about automatic framebuffer bitmap refreshes, and thus goes ahead and repaints the background (or foreground) during its own separate management of window rectangles. ... That doesn't have to be the case. The RAM-backed logic provides hooks for a normal framebuffer driver, just as with fb.c except that it needs a window identifier and does not require any special refresh operations under any condition. The downside: the hooks are there, but the RAM backed framebuffer driver does not exist in the repository. I expect that driver would be trivial. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
