cederom commented on PR #17294:
URL: https://github.com/apache/nuttx/pull/17294#issuecomment-3508502537

   > I've changed the PR so there are two configurations now:
   >   1. `graphics`, which just includes the basic `fb` example which can be 
run from NSH
   >   2. `lvgl`, which boots directly into the `lvgldemo widgets` and displays 
it to the screen
   > I've tested both again, output is the same as the already included photos 
so I haven't bothered taking new photos.
   > 
   > I also updated the documentation to reflect both configurations!
   
   Is it possible to use `:fb` instead `:graphics` please please? :D 
   
   ```
   % ./tools/configure.sh -L | grep :lvgl | wc
         24      24     568
   
   % ./tools/configure.sh -L | grep :fb | wc
         14      14     262
   
   % ./tools/configure.sh -L | grep :graphics | wc
          0       0       0
   ```


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to