Closed blacktigersoftware closed 7 years ago
Hi, I was using the driver ft6236, but with the last upgrade it has disapeared and the pitft 2.8 capacitive do not work anymore. How can I use this driver instead ? Thanks in advance
Can you confirm that config option CONFIG_TOUCHSCREEN_EDT_FT5X06
is was is wanted?
I don't know, I just have my touchscreen not working anymore...
@popcornmix I'm mostly sure. Don't have my config file handy at the moment. I thought about a pull request, if that is what you prefer, I can have it ready tomorrow morning.
@cayman54 Yes, the ft6236 disappeared around version 4.5. Took a bunch of time sleuthing where it went. After you get the module, if it doesn't work, you may have to look at the dts overlay files. For me, it was the 'pitft28-capacitive-overlay.dts'. I don't know why the driver doesn't have it's own overlay.
I don't know why the driver doesn't have it's own overlay.
Although Raspberry Pi didn't invent the concept or syntax of overlays, all the overlays in the raspberrypi/linux tree are put there by us or contributed by our users.
The screen works properly, but the touch doesn't. Where can I specify to use this driver ? For the moment I have the dtoverlay options in /boot/config.txt and the /etc/udev/rules.d/95-ft6236.rules file that doesn't have any use anymore?
@cayman54 --- you basically have a few options: 1 - download kernel source, enable driver, build and deploy it 2 - wait until the kernel changes ( I'll be testing Pi Zero, Pi Zero W/ Pi 2+ and Pi 3 this evening), and raspberrypi.org provides a new image 3 - go back to an older kernel (probably 4.5 or earlier, where everything works).
This is why I opened the issue. If you PM me with details about what display you are using, I might be able to help you out. Additionally, you can go to Adafruit forum where I helped someone else: https://forums.adafruit.com/viewtopic.php?f=50&t=116774
Thanks.
For anyone reading this the option was added here: https://github.com/raspberrypi/linux/commit/cf149324f685d9f6716cc6d374bbb7d9ce3453e3
Should be in latest rpi-update kernel.
rpi-update confirmed working
The Adafruit PiTFT 2.8 Capacitive touchscreen uses this driver for touch responses. I can confirm it works with 4.9..28+ on the Pi Zero W. This driver replaces the ft6236 (which also works :). And probably a bunch more.