PeterBee97 opened a new pull request, #8179: URL: https://github.com/apache/nuttx/pull/8179
## Summary Added a new board with the RP2040 SoC and GC9A01 LCD screen. ## Impact New board support. Fixes a bug with Kconfig along the way. The RP2040_LCD_SPI_CH config doesn't work for boards other than Pico, because the Kconfig system only recognizes the first config with one name. ## Testing fb and lvgl demo(the latter uses lcd_dev) works. (The fb demo color is wrong though, lvgl takes care of the byte swap internally).   -- 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-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org