From 6677471ee81722773295379610397e9c078efaed Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 13 May 2019 09:50:07 -0600 Subject: [PATCH] Update a README and a defconfig file --- configs/lpcxpresso-lpc54628/README.txt | 13 ++++++------- configs/lpcxpresso-lpc54628/twm4nx/defconfig | 1 - 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/configs/lpcxpresso-lpc54628/README.txt b/configs/lpcxpresso-lpc54628/README.txt index 2180c05300..1f52d48975 100644 --- a/configs/lpcxpresso-lpc54628/README.txt +++ b/configs/lpcxpresso-lpc54628/README.txt @@ -542,17 +542,16 @@ Configurations windows and "Twm4Nx Icon Manager" which will de-configy and/or raise the Icon Manager window to the top of the hierarchy. That latter option is only meaningful when the desktop is very crowded. - - Further progress depends upon getting a some additional applications - in place in the main menu in place. NxTerm is needed as is probably - a clock. These would provide good illustrations of how to hook in an - arbitrary application. + 2019-05-13: Added the NxTerm application. There will now be a + "NuttShell" enty in the Main Menu. When pressed, this will bring up an + NSH session in a Twm4Nx window. There is an issue, however: The NSH + terminal does not receive console input. NxTerm input is via + /dev/console. Some known bugs yet-to-fixed. Surely there are more as will be revealed by additional testing: - 1. The is a small artifact in the upper lefthand corner. I am not sure - exactly what that is. + 1. There is no way to resize a window 2. The logic to move an icon on the desk top does not work. 3. There is no touscreen calibration but it turns out that touch controller has the same orientation and range as the display. So it diff --git a/configs/lpcxpresso-lpc54628/twm4nx/defconfig b/configs/lpcxpresso-lpc54628/twm4nx/defconfig index 97ee27cf39..0561c06bc5 100644 --- a/configs/lpcxpresso-lpc54628/twm4nx/defconfig +++ b/configs/lpcxpresso-lpc54628/twm4nx/defconfig @@ -64,7 +64,6 @@ CONFIG_NXTERM=y CONFIG_NXTERM_CACHESIZE=32 CONFIG_NXTERM_CURSORCHAR=95 CONFIG_NXTERM_MXCHARS=325 -CONFIG_NXTERM_NXKBDIN=y CONFIG_NXTK_BORDERCOLOR1=0x5cb7 CONFIG_NXTK_BORDERCOLOR2=0x21c9 CONFIG_NXTK_BORDERCOLOR3=0xffdf