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
Hi, I'm working on a simple VNC server for one of the boards, the esp32-8048S050C.
I need to have access to the framebuffer to reply properly to VNC clients.
In the readme here https://github.com/rzeldent/platformio-espressif32-sunton/tree/main?tab=readme-ov-file#psram
you imply that for boards with direct io (like mine I think) there's actually a framebuffer at all times.
Is there a way to access it (maybe with some kind of mutex from another FreeRTOS task) easily or at all? Could you provide a little guidance?
Thank you!
The text was updated successfully, but these errors were encountered:
Hi, I'm working on a simple VNC server for one of the boards, the esp32-8048S050C.
I need to have access to the framebuffer to reply properly to VNC clients.
In the readme here https://github.com/rzeldent/platformio-espressif32-sunton/tree/main?tab=readme-ov-file#psram
you imply that for boards with direct io (like mine I think) there's actually a framebuffer at all times.
Is there a way to access it (maybe with some kind of mutex from another FreeRTOS task) easily or at all? Could you provide a little guidance?
Thank you!
The text was updated successfully, but these errors were encountered: