michi-jung opened a new pull request, #6465: URL: https://github.com/apache/incubator-nuttx/pull/6465
## Summary In order to support multiple LCD instances per board add a pointer to the LCD a color plane belongs to to the lcd_planeinfo_s struct. Also enhance the putrun, getrun, putarea and getarea methods to pass through the LCD pointer to the respective driver. Also, as an example, enhance SSD1306 driver to support multiple LCDs. ## Impact This is only a draft pull request for review and feedback. If the community agrees that the approach is good to go I will have to adapt all other LCD drivers accordingly. ## Testing It works fine for me with two SSD1309 based OLEDs on a Nucleo-144 with an STM32U5 MCU. -- 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]
