Sebastien Lorquet sebastien@lorquet.fr [nuttx]
2018-02-14 16:55:18 UTC
Greg,
apps/examples/fb draws rectangles on a screen using the fb device.
This device is able to work without NX library enabled.
However the call to FBIO_UPDATE has been made conditional over CONFIG_NX_UPDATE
which in turn requires nx graphics library to be enabled
But nx graphics library is not required for fb usage!
A configuration should be added to signal the need of framebuffer update
notification. it should be available when the fbdev char driver has been
enabled, even if NX graphics lib is not enabled.
Regards
Sebastien
apps/examples/fb draws rectangles on a screen using the fb device.
This device is able to work without NX library enabled.
However the call to FBIO_UPDATE has been made conditional over CONFIG_NX_UPDATE
which in turn requires nx graphics library to be enabled
But nx graphics library is not required for fb usage!
A configuration should be added to signal the need of framebuffer update
notification. it should be available when the fbdev char driver has been
enabled, even if NX graphics lib is not enabled.
Regards
Sebastien