This is an automated email from the ASF dual-hosted git repository. acassis pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 882c39df4d Documentation/szpi-esp32s3: Add doc for PSRAM add 8156211355 boards/szpi-esp32s3: Init GPIO for LCD SPI D/C add c97307b24a Documentation/szpi-esp32s3: Add doc for GPIO add 8af44d0385 boards/szpi-esp32s3: Add support for ST7789 LCD add f42b784349 drivers/lcd/st7789: Add option for RGB data endian add 31da7737b9 boards/szpi-esp32s3: Init configuration for LCD add a834540f42 Documentation/szpi-esp32s3: Add doc for LCD No new revisions were added by this update. Summary of changes: .../esp32s3/boards/lckfb-szpi-esp32s3/index.rst | 69 +++++++++++++++++++++ .../lckfb-szpi-esp32s3/lckfb-szpi-esp32s3-lcd.jpg | Bin 0 -> 305101 bytes .../configs/{nsh => gpio}/defconfig | 3 + .../configs/{pca9557 => lcd}/defconfig | 25 ++++++++ .../esp32s3/lckfb-szpi-esp32s3/src/Make.defs | 4 ++ .../esp32s3/lckfb-szpi-esp32s3/src/esp32s3-szpi.h | 5 ++ .../src/esp32s3_board_lcd.c | 40 +++++++----- .../lckfb-szpi-esp32s3/src/esp32s3_board_spi.c | 25 ++++++++ .../lckfb-szpi-esp32s3/src/esp32s3_bringup.c | 7 +-- .../esp32s3/lckfb-szpi-esp32s3/src/esp32s3_gpio.c | 46 +++++--------- drivers/lcd/Kconfig | 6 ++ drivers/lcd/st7789.c | 34 ++++++++++ 12 files changed, 216 insertions(+), 48 deletions(-) create mode 100644 Documentation/platforms/xtensa/esp32s3/boards/lckfb-szpi-esp32s3/lckfb-szpi-esp32s3-lcd.jpg copy boards/xtensa/esp32s3/lckfb-szpi-esp32s3/configs/{nsh => gpio}/defconfig (95%) copy boards/xtensa/esp32s3/lckfb-szpi-esp32s3/configs/{pca9557 => lcd}/defconfig (71%) copy boards/xtensa/esp32s3/{esp32s3-eye => lckfb-szpi-esp32s3}/src/esp32s3_board_lcd.c (85%)