acassis commented on code in PR #18730: URL: https://github.com/apache/nuttx/pull/18730#discussion_r3131141961
########## boards/xtensa/esp32s3/esp32s3-ws-lcd128/configs/notouch-lvgl/defconfig: ########## @@ -0,0 +1,74 @@ +# +# This file is autogenerated: PLEASE DO NOT EDIT IT. +# +# You can use "make menuconfig" to make any modifications to the installed .config file. +# You can then do "make savedefconfig" to generate a new defconfig file that includes your +# modifications. +# +# CONFIG_NSH_ARGCAT is not set +# CONFIG_NSH_CMDOPT_HEXDUMP is not set +CONFIG_ARCH="xtensa" +CONFIG_ARCH_BOARD="esp32s3-ws-lcd128" +CONFIG_ARCH_BOARD_COMMON=y +CONFIG_ARCH_BOARD_ESP32S3_WS_LCD128=y +CONFIG_ARCH_CHIP="esp32s3" +CONFIG_ARCH_CHIP_ESP32S3=y +CONFIG_ARCH_CHIP_ESP32S3CUSTOM=y +CONFIG_ARCH_INTERRUPTSTACK=2048 +CONFIG_ARCH_IRQ_TO_NDX=y +CONFIG_ARCH_MINIMAL_VECTORTABLE_DYNAMIC=y +CONFIG_ARCH_NUSER_INTERRUPTS=2 +CONFIG_ARCH_STACKDUMP=y +CONFIG_ARCH_XTENSA=y +CONFIG_BOARD_INITTHREAD_STACKSIZE=8192 +CONFIG_BOARD_LATE_INITIALIZE=y +CONFIG_BOARD_LOOPSPERMSEC=16717 +CONFIG_BUILTIN=y +CONFIG_DEBUG_FULLOPT=y +CONFIG_DEBUG_SYMBOLS=y +CONFIG_ESP32S3_DMA=y +CONFIG_ESP32S3_PSRAM_2M=y +CONFIG_ESP32S3_SPEED_UP_ISR=y +CONFIG_ESP32S3_SPI2_CLKPIN=10 +CONFIG_ESP32S3_SPI2_CSPIN=9 +CONFIG_ESP32S3_SPI2_MISOPIN=12 +CONFIG_EXAMPLES_LVGLDEMO=y +CONFIG_FS_PROCFS=y +CONFIG_GRAPHICS_LVGL=y +CONFIG_HAVE_CXX=y +CONFIG_HAVE_CXXINITIALIZE=y +CONFIG_IDLETHREAD_STACKSIZE=8192 +CONFIG_INIT_ENTRYPOINT="lvgldemo_main" +CONFIG_INIT_STACKSIZE=16384 +CONFIG_INTELHEX_BINARY=y +CONFIG_LCD_FRAMEBUFFER=y +CONFIG_LCD_GC9A01_BGR=y Review Comment: @cederom maybe CONFIG_LCD_GC9A01_BGR=y is causing the issue you are seeing, did you try to disable it? -- 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]
