Skip to content
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

Anyone knows a good alternative to this malware that breaks every second Pi it touches? #47

Open
deemeetree opened this issue Sep 22, 2021 · 1 comment

Comments

@deemeetree
Copy link

Installed the driver for XPT-2046 display and it simply broke my Pi. Any idea for any other driver I could use with the 3.5 inch touchscreen display that works?

@gatuno1
Copy link

gatuno1 commented Sep 29, 2021

Try installing manually to avoid the ugly installer code. For the basic driver:

Get overlays for your TFT, copying to boot overlay folder. In my case for waveshare 3.2" (c) screen, I use waveshare32c:

$ cd
$ git clone https://github.com/waveshare/LCD-show.git
$ cd LCD-show
$ sudo cp waveshare32c-overlay.dtb /boot/overlays
$ sudo cp waveshare32c-overlay.dtb /boot/overlays/waveshare32c.dtbo

Edit file /boot/config.txt, with $ sudo nano /boot/config.txt, adding the line:

dtoverlay waveshare32c:rotate=270,fps=60

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants