Datasheet
Table Of Contents

No drivers are required! However, you'll likely want to calibrate the screen. We have a calibration helper python script.
Start by installing python-pip and pyusb version 1.0.0b1
Then grab the code and example gradient
If you are running it on a 5" display, continue as is.
If you are running it on a 7" display, edit with nano ar1100.py and change this line:
writeeeprom = CALIBRATED_5IN_800x480;
to
writeeeprom = CALIBRATED_7IN_800x480;
Then run the calibrator with:
sudo apt-get install python-pip
sudo pip install pyusb==1.0.0b1
cd ~
wget http://adafru.it/ar1100py
mv ar1100py ar1100.py
wget http://adafruit-download.s3.amazonaws.com/gradient800x480.jpg
cd ~
chmod +x ar1100.py
sudo python ar1100.py
© Adafruit Industries https://learn.adafruit.com/adafruit-dpi-display-kippah-ttl-tft Page 14 of 20










