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 27e2f51d2e Doc/components: Updare refresh.sh to show usage examples new 9f6666b75b driver/touchscreen: add custom open/close new 7cd5d3db72 include: fix typo of touch lowerhalf comment new ed1384fc81 driver/touchscreen: Add support for mirror/swap new 770d4a6c86 drivers/input/ft5x06: Adapt to touchscreen frame new 5671765acd boards: Update configs and params about FT5X06 new e5b138dee0 boards/szpi-esp32s3: Enable touchscreen for LVGL The 6 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: boards/Kconfig | 2 +- boards/arm/imxrt/imxrt1060-evk/Kconfig | 4 + .../arm/imxrt/imxrt1060-evk/configs/lvgl/defconfig | 3 +- boards/arm/imxrt/imxrt1060-evk/src/imxrt_ft5x06.c | 8 +- boards/arm/imxrt/imxrt1064-evk/Kconfig | 4 + .../arm/imxrt/imxrt1064-evk/configs/lvgl/defconfig | 3 +- boards/arm/imxrt/imxrt1064-evk/src/imxrt_ft5x06.c | 8 +- boards/arm/lpc54xx/lpcxpresso-lpc54628/Kconfig | 7 +- .../lpcxpresso-lpc54628/configs/fb/defconfig | 2 +- .../lpcxpresso-lpc54628/configs/lvgl/defconfig | 2 +- .../lpcxpresso-lpc54628/configs/nxwm/defconfig | 2 +- .../lpcxpresso-lpc54628/configs/twm4nx1/defconfig | 2 +- .../lpcxpresso-lpc54628/configs/twm4nx2/defconfig | 2 +- .../lpc54xx/lpcxpresso-lpc54628/src/lpc54_ft5x06.c | 8 +- boards/arm/stm32f7/stm32f746g-disco/Kconfig | 4 + .../stm32f746g-disco/configs/lvgl/defconfig | 2 +- .../stm32f746g-disco/src/stm32_touchscreen.c | 8 +- boards/arm/stm32h7/stm32h745i-disco/Kconfig | 4 + .../stm32h745i-disco/configs/lvgl/defconfig | 3 +- .../stm32h745i-disco/configs/touchtest/defconfig | 3 +- .../stm32h7/stm32h745i-disco/src/stm32_ft5x06.c | 8 +- boards/arm/stm32h7/stm32h750b-dk/Kconfig | 4 + .../stm32h7/stm32h750b-dk/configs/lvgl/defconfig | 3 +- .../arm/stm32h7/stm32h750b-dk/src/stm32_ft5x06.c | 8 +- boards/xtensa/esp32s3/lckfb-szpi-esp32s3/Kconfig | 18 + .../lckfb-szpi-esp32s3/configs/lvgl/defconfig | 15 + .../lckfb-szpi-esp32s3/src/esp32s3_ft5x06.c | 14 + .../esp32s3/lckfb-szpi-esp32s3/src/etc/init.d/rcS | 4 + drivers/input/Kconfig | 16 +- drivers/input/ft5x06.c | 453 ++------------------- drivers/input/touchscreen_upper.c | 55 ++- drivers/input/uinput.c | 3 +- include/nuttx/input/ft5x06.h | 2 + include/nuttx/input/touchscreen.h | 45 +- 34 files changed, 260 insertions(+), 469 deletions(-)