Last active
August 29, 2015 14:04
-
-
Save jschairb/5633177dfce9db8de1ba to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo modprobe spi-bcm2708 | |
| sudo modprobe fbtft_device name=adafruitts rotate=90 | |
| export FRAMEBUFFER=/dev/fb1 | |
| startx |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env sh | |
| cd ~ | |
| wget http://adafruit-download.s3.amazonaws.com/libraspberrypi-bin-adafruit.deb | |
| wget http://adafruit-download.s3.amazonaws.com/libraspberrypi-dev-adafruit.deb | |
| wget http://adafruit-download.s3.amazonaws.com/libraspberrypi-doc-adafruit.deb | |
| wget http://adafruit-download.s3.amazonaws.com/libraspberrypi0-adafruit.deb | |
| wget http://adafruit-download.s3.amazonaws.com/raspberrypi-bootloader-adafruit-20140724-1.deb | |
| sudo dpkg -i -B *.deb | |
| sudo mv /usr/share/X11/xorg.conf.d/99-fbturbo.conf ~ | |
| sudo shutdown -h now |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment