patacongo commented on pull request #1778:
URL: https://github.com/apache/incubator-nuttx/pull/1778#issuecomment-692070606


   Cool!  what kind of performance to you get with the LCD?  I imagine it needs 
a really high SPI rate and maybe DMA to be fully satisfactory.
   
   NX is a windowing system.  NxWidgets is the companion library for buttons 
and the like.  LVGL is a non-windowed option.  LVGL should have lower resource 
usage and probably better performance since less clipping involved.
   
   Another option option is pdcurses.  Ken Pettit did some great displays (and 
even added logic to remote the curses display.  You would have to use a NxTerm 
for pdcurses.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to