Related area
Display
Hardware specification
BSP package P4-ev-board
Is your feature request related to a problem?
For a game port, I need multiple framebuffers I can draw to. The LVGL version of the BSP allows me to select that, but in noglib, there is no way to get more than 1 framebuffer
Describe the solution you'd like
bsp_display_config_t could get a flag or integer field indicating multiple framebuffers are requested; bsp_display_new would need to honour that.
Describe alternatives you've considered
No response
Additional context
No response
I have checked existing list of Feature requests and the Contribution Guide
Related area
Display
Hardware specification
BSP package P4-ev-board
Is your feature request related to a problem?
For a game port, I need multiple framebuffers I can draw to. The LVGL version of the BSP allows me to select that, but in noglib, there is no way to get more than 1 framebuffer
Describe the solution you'd like
bsp_display_config_t could get a flag or integer field indicating multiple framebuffers are requested; bsp_display_new would need to honour that.
Describe alternatives you've considered
No response
Additional context
No response
I have checked existing list of Feature requests and the Contribution Guide