Skip to content

Instantly share code, notes, and snippets.

@xavicolomer
Last active March 25, 2017 12:09
Show Gist options
  • Save xavicolomer/bb0de840db32264aee288d4d47951c65 to your computer and use it in GitHub Desktop.
Save xavicolomer/bb0de840db32264aee288d4d47951c65 to your computer and use it in GitHub Desktop.
Rpi Initial Setup
// Keyboard
sudo dpkg-reconfigure keyboard-configuration
// WiFi
sudo nano /etc/wpa_supplicant/wpa_supplicant.conf
network={
ssid="SchoolNetworkSSID"
psk="passwordSchool"
id_str="school"
}
// TFT config
http://www.waveshare.com/wiki/3.5inch_RPi_LCD_(A)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment