Vajnar opened a new pull request, #19053:
URL: https://github.com/apache/nuttx/pull/19053

   ## Summary
   
   If multiple display configuration is used in which some displays require 
explicit update while others do not, `updatearea()` can be legitimately `NULL`.
   
   If the `updatearea()` is `NULL`, produce log entry and skip the update 
instead of panicking.
   
   This patch was originally suggested by @ppisa in 
https://github.com/apache/nuttx/pull/19047#issuecomment-4640390751.
   
   ## Impact
   
   Multiple display configuration mixing those requiring explicit update and 
those that do not is now supported.
   
   ## Testing
   
   Tested on ESP32C6-devkitc and ILI9341 LCD controller used as framebuffer 
device. Tested both with `updatearea()` set to `NULL` and set to 
`lcdfb_updateearea()`.


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