This is the .dts file I made for it:
Code:
/dts-v1/;/plugin/;/ { compatible = "brcm,bcm2835"; fragment@0 { target = <&i2c1>; __overlay__ { status = "okay"; #address-cells = <1>; #size-cells = <0>; ft6336u@38 { compatible = "focaltech,ft6236"; reg = <0x38>; interrupt-parent = <&gpio>; interrupts = <4 0x2>; reset-gpios = <&gpio 17 0>; touchscreen-size-x = <480>; touchscreen-size-y = <320>; touchscreen-swapped-x-y; touchscreen-inverted-x; touchscreen-inverted-y; }; }; };};
Statistics: Posted by Flamethrower — Fri Apr 04, 2025 5:02 pm