Here's how we handle input from #LVGL Touchscreen Keyboard ... In our #PinePhone Terminal App for Apache #NuttX RTOS
Article: https://lupyuen.github.io/articles/terminal?12#handle-input-from-lvgl-keyboard
Compiling Apache #NuttX RTOS on #Pinebook Pro? Here's the fix
Source: https://gist.github.com/lupyuen/abca4d656ba0c93787e7705eec8707c8
#NuttX Terminal App for #PinePhone looks better with a Monospaced Font ... But #LVGL Keyboard needs a Proportional Font
Article: https://lupyuen.github.io/articles/terminal?11#set-terminal-font-to-monospace
Our #PinePhone Terminal App for #NuttX looks neater ... After cleaning up with #LVGL Flex Layout
Article: https://lupyuen.github.io/articles/terminal?10#render-terminal-with-lvgl-widgets
The #LVGL Widgets in our #PinePhone Terminal App are a little messy ... We'll clean them up with LVGL Flex Layout
Article: https://lupyuen.github.io/articles/terminal?10#render-terminal-with-lvgl-widgets
In our #LVGL Terminal App for #PinePhone, we render 3 LVGL Widgets: Keyboard Widget and 2 Text Area Widgets
Article: https://lupyuen.github.io/articles/terminal?10#render-terminal-with-lvgl-widgets
Here's how we render the #LVGL Widgets in our #NuttX Terminal App for #PinePhone
Article: https://lupyuen.github.io/articles/terminal?10#render-terminal-with-lvgl-widgets
#LVGL Widgets are Not Thread Safe ... So it's probably easier to do polling in our #NuttX Terminal App
Article: https://lupyuen.github.io/articles/terminal?9#timer-for-lvgl-terminal
Our #NuttX Terminal App needs to poll periodically for NSH Output ... Let's do this with an #LVGL Timer
Article: https://lupyuen.github.io/articles/terminal?9#timer-for-lvgl-terminal
How we poll an I/O Stream in Apache #NuttX RTOS
Article: https://lupyuen.github.io/articles/terminal?8#poll-for-nsh-output
Reading stdout from #NuttX NSH Shell will block ... If there's nothing to read! That's why we poll() for stdout
Article: https://lupyuen.github.io/articles/terminal?7#test-the-pipes
Checking our #NuttX plumbing by Piping a Command to NSH Shell
Article: https://lupyuen.github.io/articles/terminal?7#test-the-pipes
Here's how we create a Task in Apache #NuttX RTOS
Article: https://lupyuen.github.io/articles/terminal?6#create-the-task
Standard I/O Streams will be inherited ... When we create a #NuttX Task
Article: https://lupyuen.github.io/articles/terminal?5#connect-the-pipes
Here's how we create a POSIX Pipe in Apache #NuttX RTOS
Article: https://lupyuen.github.io/articles/terminal?4#create-the-pipes
Let's start the #NuttX NSH Shell ... And send it a command via a NuttX Pipe
Article: https://lupyuen.github.io/articles/terminal?3#pipe-a-command-to-nsh-shell
Inside our #PinePhone Terminal for #LVGL and Apache #NuttX RTOS
Article: https://lupyuen.github.io/articles/terminal?2#lvgl-terminal-for-nuttx
Creating a #PinePhone Terminal App with #LVGL and Apache #NuttX RTOS ... All shall be explained in this article
IoT Techie and Educator / Apache NuttX PMC