You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/10/29 23:01:02 UTC

[GitHub] [incubator-nuttx-apps] v01d commented on pull request #450: LVGL without framebuffer

v01d commented on pull request #450:
URL: https://github.com/apache/incubator-nuttx-apps/pull/450#issuecomment-719071440


   Wow, incredible coincidence that I was just adding a PR for lvgl.
   
   Regarding this change: this is not the way to do it since you are calling OS interfaces directly. In fact, I was also about to make a PR for a LCD character driver I wrote sometime ago and never upstreamed. It is exactly for this reason: it offers userspace interface to deal with LCDs. It also avoids the need for the framebuffer -> LCD driver which is quite inefficient in memory and communication.


----------------------------------------------------------------
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:
users@infra.apache.org