notro / fbtft

Linux Framebuffer drivers for small TFT LCD display modules. Development has moved to https://git.kernel.org/cgit/linux/kernel/git/gregkh/staging.git/tree/drivers/staging/fbtft?h=staging-testing
1.85k stars 496 forks source link

AdaFruit 3.5tft HAT (specifically touch) on UbiLinux (UpBoard Debian Jessy) #450

Closed skorpioskorpio closed 6 years ago

skorpioskorpio commented 7 years ago

Examples given are specific to RPi (and others), and not for more generic Debian Jessy distributions like UbiLinux for the UpBoard which is essentially a straight Debian Jessy amd64 distribution using GRUB and UEFI. The AdaFruit touch seems to rely on the stmpe_ts module for the touch which does not seem to be covered in these pages. Is there any .deb installer to enable this module, as to avoid having to recompile the entire kernel to include this single module?

notro commented 7 years ago

Since 4.2 stmpe_ts has only supported Device Tree, so in order to use it without DT, you have to change the driver.

notro commented 6 years ago

Closing issue since there has been no activity for more than 2 months. Reopen if needed.