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 2022/05/09 10:07:49 UTC

[GitHub] [incubator-nuttx] cisvanmierlo opened a new pull request, #6223: LCD: Added existing FBIO_SETPOWER support to lcd_framebuffer.c

cisvanmierlo opened a new pull request, #6223:
URL: https://github.com/apache/incubator-nuttx/pull/6223

   ## Summary
   In nuttx/drivers/video/fb.c there is a FBIOSET_POWER IOCTL. 
   To use this, fb->vtable->setpower needs to be connected to the correct function.
   This function is now added in lcd_framebuffer.c
   
   ## Impact
   Extending existing interface.
   
   ## Testing
   Tested with an SSD1306 display on custom S32K1xx board.
   


-- 
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: commits-unsubscribe@nuttx.apache.org

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


[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6223: LCD: Added existing FBIO_SETPOWER support to lcd_framebuffer.c

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged PR #6223:
URL: https://github.com/apache/incubator-nuttx/pull/6223


-- 
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: commits-unsubscribe@nuttx.apache.org

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