You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MSP2807 SPI LCD with touch controller
(ILI9341, XPT2046)
IDE Name
VSCode
Operating System
Ubuntu24
Description
In the file components/lcd_touch/esp_lcd_touch/esp_lcd_touch.c, there appears to be an issue with the inversion of touch coordinates. The current implementation does not account for a necessary 1-pixel offset, which may lead to a misalignment of the touch input.
This adjustment should correctly align the touch coordinates with the display by subtracting the extra pixel.
github-actionsbot
changed the title
[Bug] Missing 1-Pixel Offset in Touch Coordinate Inversion
[Bug] Missing 1-Pixel Offset in Touch Coordinate Inversion (BSP-635)
Feb 11, 2025
Board
ESP32 DevModule
Hardware Description
MSP2807 SPI LCD with touch controller
(ILI9341, XPT2046)
IDE Name
VSCode
Operating System
Ubuntu24
Description
In the file
components/lcd_touch/esp_lcd_touch/esp_lcd_touch.c
, there appears to be an issue with the inversion of touch coordinates. The current implementation does not account for a necessary 1-pixel offset, which may lead to a misalignment of the touch input.This adjustment should correctly align the touch coordinates with the display by subtracting the extra pixel.
Please review the proposed changes.
Sketch
Other Steps to Reproduce
No response
I have checked existing issues, README.md and ESP32 Forum
The text was updated successfully, but these errors were encountered: