-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
docdocumentation related stuffdocumentation related stuffenhancementNew feature or requestNew feature or request
Milestone
Description
- 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!
michelep, Element21, a-bobadilla, antzombie and SebastianMaungmoty66
Metadata
Metadata
Assignees
Labels
docdocumentation related stuffdocumentation related stuffenhancementNew feature or requestNew feature or request