shtirlic commented on code in PR #16267: URL: https://github.com/apache/nuttx/pull/16267#discussion_r2061413716
########## drivers/lcd/ili9341.c: ########## @@ -287,20 +287,26 @@ /* General fix display resolution */ -#define ILI9341_XRES 240 -#define ILI9341_YRES 320 +#if CONFIG_LCD_ILI9341_NINTERFACES < 1 Review Comment: Sure, I always trying to make more defensive ;) -- 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