white screen pitft 2.8
Moderators: adafruit_support_bill, adafruit
Please be positive and constructive with your questions and comments.
- DruiddFluidd
- Posts: 14
- Joined: Sat Jun 02, 2018 6:06 am
white screen pitft 2.8
hi. i have a pitft plus 2.8 resistive touch screen. im having trouble getting it to work using the instructions provided by the adafruit product page for the "easy install". ive treid the last know working version, raspbian 03,13 and the newest version 4,14. im not sure why it doesnt work using the adafruit instructions but it doesnt. i did notice though because i saw it in a post that i read that the last unsupported image released for the pitft does work even though its "unsupported". im happy it works. my problem now though is that it doesnt have the pi zero w wifi and bluetooth drivers installed now. so its either, wifi with no screen or screen with no wifi. i need help getting this screen to work using the instuctions given.
- adafruit_support_carter
- Posts: 26057
- Joined: Tue Nov 29, 2016 2:45 pm
Re: white screen pitft 2.8
The March 13, 2018 version is the one the guide currently is tested with. Can you provide more details about what issues you ran into when you tried that version.ive treid the last know working version, raspbian 03,13 and the newest version 4,14.
- DruiddFluidd
- Posts: 14
- Joined: Sat Jun 02, 2018 6:06 am
Re: white screen pitft 2.8
Issues: I followed the guide to a T multipltimes. And the screen doesn't work, it's just white.
- adafruit2
- Posts: 21453
- Joined: Fri Mar 11, 2005 7:36 pm
Re: white screen pitft 2.8
druidd, can you post the output of the installation script? like the text that is printed out on the command line after you run the installer that will help!
- DruiddFluidd
- Posts: 14
- Joined: Sat Jun 02, 2018 6:06 am
Re: white screen pitft 2.8
Like, just copy all of the text before it asks me to restart?
- DruiddFluidd
- Posts: 14
- Joined: Sat Jun 02, 2018 6:06 am
Re: white screen pitft 2.8
pi@raspberrypi:~ $ cd ~
pi@raspberrypi:~ $ wget https://raw.githubusercontent.com/adafr ... t-pitft.sh
--2018-06-15 16:58:17-- https://raw.githubusercontent.com/adafr ... t-pitft.sh
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.56.133
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.56.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 18485 (18K) [text/plain]
Saving to: ‘adafruit-pitft.sh.2’
adafr 0% 0 --.-KBadafruit-pi 100% 18.05K --.-KB/s in 0.03s
2018-06-15 16:58:18 (692 KB/s) - ‘adafruit-pitft.sh.2’ saved [18485/18485]
pi@raspberrypi:~ $ chmod +x adafruit-pitft.sh
pi@raspberrypi:~ $ sudo ./adafruit-pitft.sh
This script downloads and installs
PiTFT Support using userspace touch
controls and a DTO for display drawing.
one of several configuration files.
Run time of up to 5 minutes. Reboot required!
Select configuration:
1. PiTFT 2.4", 2.8" or 3.2" resistive (240x320)
2. PiTFT 2.2" no touch (240x320)
3. PiTFT 2.8" capacitive touch (240x320)
4. PiTFT 3.5" resistive touch (320x480)
5. Quit without installing
SELECT 1-5: 1
Select rotation:
1. 90 degrees (landscape)
2. 180 degrees (portait)
3. 270 degrees (landscape)
4. 0 degrees (portait)
SELECT 1-4: 3
[PITFT] Checking init system...
Found systemd
/boot is mounted
[PITFT] System update
Updating apt indexes...
.........
Reading package lists...
.........
[PITFT] Installing Python libraries & Software...
Installing Pre-requisite Software...This may take a few minutes!
[PITFT] Updating /boot/config.txt...
Already have an adafruit-pitft-helper section in /boot/config.txt.
Removing old section...
[PITFT] Updating SysFS rules for Touchscreen...
[PITFT] Updating TSLib default calibration...
Would you like the console to appear on the PiTFT display? [y/n] n
[PITFT] Making sure console doesn't use PiTFT
Removing console fbcon map from /boot/cmdline.txt
Screen blanking time reset to 10 minutes
Would you like the HDMI display to mirror to the PiTFT display? [y/n] y
[PITFT] Adding FBCP support...
Installing cmake...
Downloading rpi-fbcp...
Uncompressing rpi-fbcp...
Building rpi-fbcp...
Installing rpi-fbcp...
Add fbcp to /etc/rc.local...
Setting raspi-config to boot to desktop w/o login...
Configuring boot/config.txt for forced HDMI
Using x2 resolution
[PITFT] Updating X11 default calibration...
[PITFT] Success!
Settings take effect on next boot.
REBOOT NOW? [y/N]
pi@raspberrypi:~ $ wget https://raw.githubusercontent.com/adafr ... t-pitft.sh
--2018-06-15 16:58:17-- https://raw.githubusercontent.com/adafr ... t-pitft.sh
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.56.133
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.56.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 18485 (18K) [text/plain]
Saving to: ‘adafruit-pitft.sh.2’
adafr 0% 0 --.-KBadafruit-pi 100% 18.05K --.-KB/s in 0.03s
2018-06-15 16:58:18 (692 KB/s) - ‘adafruit-pitft.sh.2’ saved [18485/18485]
pi@raspberrypi:~ $ chmod +x adafruit-pitft.sh
pi@raspberrypi:~ $ sudo ./adafruit-pitft.sh
This script downloads and installs
PiTFT Support using userspace touch
controls and a DTO for display drawing.
one of several configuration files.
Run time of up to 5 minutes. Reboot required!
Select configuration:
1. PiTFT 2.4", 2.8" or 3.2" resistive (240x320)
2. PiTFT 2.2" no touch (240x320)
3. PiTFT 2.8" capacitive touch (240x320)
4. PiTFT 3.5" resistive touch (320x480)
5. Quit without installing
SELECT 1-5: 1
Select rotation:
1. 90 degrees (landscape)
2. 180 degrees (portait)
3. 270 degrees (landscape)
4. 0 degrees (portait)
SELECT 1-4: 3
[PITFT] Checking init system...
Found systemd
/boot is mounted
[PITFT] System update
Updating apt indexes...
.........
Reading package lists...
.........
[PITFT] Installing Python libraries & Software...
Installing Pre-requisite Software...This may take a few minutes!
[PITFT] Updating /boot/config.txt...
Already have an adafruit-pitft-helper section in /boot/config.txt.
Removing old section...
[PITFT] Updating SysFS rules for Touchscreen...
[PITFT] Updating TSLib default calibration...
Would you like the console to appear on the PiTFT display? [y/n] n
[PITFT] Making sure console doesn't use PiTFT
Removing console fbcon map from /boot/cmdline.txt
Screen blanking time reset to 10 minutes
Would you like the HDMI display to mirror to the PiTFT display? [y/n] y
[PITFT] Adding FBCP support...
Installing cmake...
Downloading rpi-fbcp...
Uncompressing rpi-fbcp...
Building rpi-fbcp...
Installing rpi-fbcp...
Add fbcp to /etc/rc.local...
Setting raspi-config to boot to desktop w/o login...
Configuring boot/config.txt for forced HDMI
Using x2 resolution
[PITFT] Updating X11 default calibration...
[PITFT] Success!
Settings take effect on next boot.
REBOOT NOW? [y/N]
- DruiddFluidd
- Posts: 14
- Joined: Sat Jun 02, 2018 6:06 am
Re: white screen pitft 2.8
I chose to reboot after I copied everything.
I've done this probably close to 20 tines over the last 2 weeks among other "solutions" ive found on the forum. Still no luck. I've reflashed the micro SD card probably just as many times as I've installed the "easy install script".
I've done this probably close to 20 tines over the last 2 weeks among other "solutions" ive found on the forum. Still no luck. I've reflashed the micro SD card probably just as many times as I've installed the "easy install script".
- adafruit2
- Posts: 21453
- Joined: Fri Mar 11, 2005 7:36 pm
Re: white screen pitft 2.8
ok lets try replacing i - email support@adafruit for a new tft and let us know if that helps!
- DruiddFluidd
- Posts: 14
- Joined: Sat Jun 02, 2018 6:06 am
Re: white screen pitft 2.8
Okay. I'll try that. Thanks
Please be positive and constructive with your questions and comments.