Raspberry Pi internet radio for 3.2TFT screen
- Using MPD / MPC to playback mp3 and internet radio stations
- Utilizing buttons on display
- RaspberryPI 2 or 3
- TFT Touchscreen display http://www.waveshare.com/wiki/3.2inch_RPi_LCD_(B)
Simplest way is to burn this image: http://www.waveshare.com/wiki/3.2inch_RPi_LCD_(B)#Image
- configure your RPi
sudo raspi-config
enable SSH, change default pi user password - make sure /dev/input/touchscreen device is present
- enabled and working network connection
- you have calibrated your touchscreen
- you can connect to your Pi via SSH (pi@<local.ip.address>)
Update and install mpd / mpc
sudo apt-get install git
sudo apt-get install mpd mpc