Update doc

This commit is contained in:
Lee Lup Yuen 2023-01-26 09:08:33 +08:00
parent ef2f29949e
commit c0067a4dd9

View file

@ -5642,9 +5642,13 @@ Let's create a Terminal App in LVGL, that will let us interact with the NuttX NS
- [Source Code: lvglterm.c](https://github.com/lupyuen/lvglterm/blob/main/lvglterm.c)
- [How to compile LVGL Terminal](https://github.com/lupyuen/lvglterm)
![LVGL Terminal for NuttX](https://lupyuen.github.io/images/lvgl2-terminal2.jpg)
We begin by piping a command to NSH Shell...
We begin by starting the NSH Task and piping a command to NSH Shell...
![Flow of LVGL Terminal for PinePhone on Apache NuttX RTOS](https://lupyuen.github.io/images/terminal-flow.jpg)
# Pipe a Command to NuttX NSH Shell