02-01-2023, 10:11 PM
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
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