vrmay23 commented on code in PR #18301: URL: https://github.com/apache/nuttx/pull/18301#discussion_r2756270288
########## drivers/lcd/Kconfig: ########## @@ -827,6 +827,14 @@ config LCD_ST7789_DATA_ENDIAN_LITTLE endif # LCD_ST7789 +config LCD_ST7796 + bool "ST7796 LCD Display" + default n + depends on SPI + select LCD_FRAMEBUFFER Review Comment: Thank you! I'll change it as well :) -- 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]
