68
ODROID C1 USER MANUAL
LCD displaying weather information
3.2inch TFT+Touchscreen Shield
Considering the size and form-factor of the C1, which is ideal for
portable applications, it is only natural to expect the support for a small
touchscreen. Hardkernel offers one such 3.2” 320x240 pixel TFT LCD
screen with a resistive touch display, as shown here:
TFT touchscreen setup
This display is in the form of a shield that fits on to some of the
the GPIO pins of the C1. To activate the display, start with the upgrade
commands below:
$ sudo apt-get autoremove && sudo apt-get update && \
sudo apt-get upgrade
$ sudo apt-get dist-upgrade && sudo apt-get install linux-image-c1
Then insert the modules using, with one command per line:
$ sudo modprobe spicc
$ sudo modprobe fbtft_device name=odroidc_tft32 rotate=270 \
Chapter 4