PINE64
Article: NuttX RTOS for PinePhone: LVGL Terminal for NSH Shell - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120)
+--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121)
+--- Thread: Article: NuttX RTOS for PinePhone: LVGL Terminal for NSH Shell (/showthread.php?tid=17877)



Article: NuttX RTOS for PinePhone: LVGL Terminal for NSH Shell - lupyuen - 02-01-2023

Let's look inside a Touchscreen App that will be useful for NuttX Developers on PinePhone: Our Terminal App for NSH Shell.

Read on to find out how we…

1. Pipe a Command to NSH Shell

2. Poll for NSH Output

3. Render the Terminal with LVGL Widgets

4. Handle Input from LVGL Keyboard

5. Handle Output from NSH Shell

And how we might simplify the LVGL coding with the Zig Programming Language.

NuttX RTOS for PinePhone: LVGL Terminal for NSH Shell