More screenshots here:

https://cwiki.apache.org/confluence/display/NUTTX/NuttX+Presentations
https://cwiki.apache.org/confluence/display/NUTTX/Graphics

NxWidgets is a port of Whoopsi which was a Nintendo DS GUI framework.  I don't think that the original is still supported.  It contains many, many widgets... many more than have been tested!  The verified subset works well.

apps/graphics/twm4ndx is an original TWM-tribute desktop (and a lot of fun to tinker with).

Nowadays, most people use LVGL which is probably the better choice in most embedded applications. NxWidgets, however, is the only way at present to integrate with the windowing system.

There are several configurations for testing:

$ find boards/ -name defconfig | xargs grep NXWIDGETS=y
boards/arm/lpc54xx/lpcxpresso-lpc54628/configs/nxwm/defconfig:CONFIG_NXWIDGETS=y
boards/arm/sam34/sam3u-ek/configs/nxwm/defconfig:CONFIG_NXWIDGETS=y
boards/arm/sam34/sam4e-ek/configs/nxwm/defconfig:CONFIG_NXWIDGETS=y
boards/arm/sama5/sama5d3x-ek/configs/nxwm/defconfig:CONFIG_NXWIDGETS=y
boards/arm/sama5/sama5d4-ek/configs/nxwm/defconfig:CONFIG_NXWIDGETS=y
boards/arm/samv7/samv71-xult/configs/nxwm/defconfig:CONFIG_NXWIDGETS=y
boards/arm/samv7/samv71-xult/configs/vnxwm/defconfig:CONFIG_NXWIDGETS=y
boards/arm/stm32/mikroe-stm32f4/configs/fulldemo/defconfig:CONFIG_NXWIDGETS=y
boards/arm/stm32/shenzhou/configs/nxwm/defconfig:CONFIG_NXWIDGETS=y
boards/arm/stm32/stm3220g-eval/configs/nxwm/defconfig:CONFIG_NXWIDGETS=y
boards/arm/stm32/stm3240g-eval/configs/knxwm/defconfig:CONFIG_NXWIDGETS=y
boards/arm/stm32/stm3240g-eval/configs/nxwm/defconfig:CONFIG_NXWIDGETS=y
boards/arm/stm32/stm32f429i-disco/configs/nxwm/defconfig:CONFIG_NXWIDGETS=y
boards/sim/sim/sim/configs/nxwm/defconfig:CONFIG_NXWIDGETS=y



On 10/4/2022 8:37 AM, Alan C. Assis wrote:
Hi Victor,

Please see page 43 to see some nice interfaces developed using NXWidgets:

https://web.archive.org/web/20161019222034/http://dspace.cc.tut.fi/dpub/bitstream/handle/123456789/22051/Aimonen.pdf

You can look the NXWM to see some examples of screens using NXWidgets.

BR,

Alan

On Tuesday, October 4, 2022, Victor Suarez Rovere
<suarezvic...@gmail.com> wrote:
Hi
I'm interested on trying some UI code. NxWidgets seems quite interesting
but I haven't seen any screenshot besides a terminal (that uses no
widgets). Is there any more complex application por demo, or at least some
screenshots?

Regards,
Víctor


Reply via email to