Skip to content

Instantly share code, notes, and snippets.

@blacksun1
Created March 27, 2017 15:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blacksun1/c42a8633e655e2529c5c54d2a5a56273 to your computer and use it in GitHub Desktop.
Save blacksun1/c42a8633e655e2529c5c54d2a5a56273 to your computer and use it in GitHub Desktop.

Raspberry pi changes

Rotate screen (and touchscreen)

Append to /boot/config.txt

lcd_rotate=2

and reboot

How to install node 7

curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash -
sudo apt install nodejs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment