-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Enable edt-ft5x06 touch screen driver module in default config #2014
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi, |
Can you confirm that config option |
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. |
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. |
@cayman54 --- 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: |
Thanks. |
For anyone reading this the option was added here: |
kernel: usb/serial/ch341: Add parity support See: raspberrypi/linux#1863 kernel: config: Add FB_TFT_ST7789V module See: raspberrypi/linux#1474 kernel: config: Add CONFIG_I2C_ROBOTFUZZ_OSIF See: raspberrypi/linux#2017 kernel: config: Add CONFIG_TOUCHSCREEN_EDT_FT5X06 See: raspberrypi/linux#2014 kernel: config: Drop CONFIG_TOUCHSCREEN_EKTF2127 See: raspberrypi/linux#1941 kernel: config: Add Goodix touch controller module See: raspberrypi/linux#1609 kernel: serial: 8250: Add CAP_MINI, set for bcm2835aux See: raspberrypi/linux#1561
kernel: usb/serial/ch341: Add parity support See: raspberrypi/linux#1863 kernel: config: Add FB_TFT_ST7789V module See: raspberrypi/linux#1474 kernel: config: Add CONFIG_I2C_ROBOTFUZZ_OSIF See: raspberrypi/linux#2017 kernel: config: Add CONFIG_TOUCHSCREEN_EDT_FT5X06 See: raspberrypi/linux#2014 kernel: config: Drop CONFIG_TOUCHSCREEN_EKTF2127 See: raspberrypi/linux#1941 kernel: config: Add Goodix touch controller module See: raspberrypi/linux#1609 kernel: serial: 8250: Add CAP_MINI, set for bcm2835aux See: raspberrypi/linux#1561
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.
The text was updated successfully, but these errors were encountered: