Gt9xx1080x600 Verified ~upd~

// Example: gt9xx.h or dts configuration #define GT9XX_SCREEN_WIDTH 1080 #define GT9XX_SCREEN_HEIGHT 600 #define GT9XX_SWAP_XY 0 // 1 if LCD is rotated #define GT9XX_X_REVERSE 0 // mirror X axis if needed #define GT9XX_Y_REVERSE 0

Then touch and compare reported coordinates: gt9xx1080x600 verified

&i2c0 gt9xx: touchscreen@5d compatible = "goodix,gt9xx"; reg = <0x5d>; touchscreen-size-x = <1080>; touchscreen-size-y = <600>; touchscreen-swapped-x-y = <0>; goodix,swap-axis = <0>; goodix,inverted-x = <0>; goodix,inverted-y = <0>; ; ; // Example: gt9xx