Use xinput_calibrator (for X11) or libinput quirks (for Wayland). Alternatively, adjust the device tree properties:
It sounds like you’re asking for a for a display panel or touch controller with the identifier gt9xx-1024x600 . gt9xx-1024x600
/* Configuration for 1024x600 */ touchscreen-size-x = <1024>; touchscreen-size-y = <600>; touchscreen-swapped-x-y = <0>; /* Set to 1 if axes are inverted */ touchscreen-inverted-x = <0>; touchscreen-inverted-y = <0>; ; ; Use xinput_calibrator (for X11) or libinput quirks (for
Based on the identifier , you are likely looking for configuration details, driver information, or the firmware file for a 7-inch touchscreen controller commonly used with Raspberry Pi, ESP32, or embedded Linux boards. touchscreen-size-y = <