Skip to content

[Guide]Use a Wavehare 3.5In SPI TFT Screen #124

@cyberbalsa

Description

@cyberbalsa
  • First, SSH into your pwnagotchi, and give it some internet! Don't forget to check your default gateway and apt-get update
  • Follow Guide here: https://www.waveshare.com/wiki/3.5inch_RPi_LCD_(A)#Method_1._Driver_installation
  • At the step with ./LCD35-show add lite to the command prompt (./LCD35-show lite)
  • Reboot
  • as root, make three symlinks, cd ~; ln -s pwnagotchi.png pwnagotchi_1.png; ln -s pwnagotchi.png pwnagotchi_2.png; ln -s pwnagotchi.png pwnagotchi_3.png;
  • apt install fbi
  • change display type to "inky" in config.yml
  • add "modules-load=dwc2,g_ether" to your kernel command line ( /boot/cmdline.txt ) or it will break!
  • Also must add "dtoverlay=dwc2" to the bottom of ( /boot/config.txt )
  • edit /etc/rc.local and add
    fbi -T 1 -a -noverbose -t 15 -cachemem 0 /root/pwnagotchi_1.png /root/pwnagotchi_2.png /root/pwnagotchi_3.png &

reboot and you should be good, some of this guide will work with other framebuffer based displays!

Metadata

Metadata

Assignees

Labels

docdocumentation related stuffenhancementNew feature or request

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions