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
Almost all DirectFB examples work perfectly in the NuttX simulator. But this requires having the NuttXFB system module (which is based on the NuttX Framebuffer interface): I plan to push it to the DirectFB2 repository soon (maybe tomorrow).
Perfect! Thank you @caramelli I'll test it! My idea is to create a Makefile like that from LVGL on NuttX to download and compile it automatically. This way will be easier to people test!
I'm building DirectFB2 on NuttX and thanks to @caramelli help I got it compiling correctly as I documented in this post:
https://acassis.wordpress.com/2023/05/13/how-to-compile-directfb2-on-nuttx/
Now I want to implement some real driver support to get these directfb2 examples working on NuttX simulator and on some real board.
Maybe before getting these examples ported I can create just a basic hellodfb to show "Hello World" in graphic mode.
Please guide me in the right direction to get it working.
The text was updated successfully, but these errors were encountered: