adafruit / Adafruit-PiTFT-Helper

Script to configure an installed PiTFT
MIT License
82 stars 26 forks source link

Display lights up but nothing is on it #9

Closed kkaiser1952 closed 9 years ago

kkaiser1952 commented 9 years ago

I followed all the instructions very carefully and all the scripts worked just fine. Then I did the sudo reboot but I don't get anything on the display. It stays lit but nothing else. I'm also curios why it updates /boot/config.txt every time you launch sudo adafruit-pitft-helper -t 28r when all its going to do is then ask you to edit the dupe sections out. I'm pretty new so forgive the ignorance I just want to get the display working.

Thanks.

brennen commented 9 years ago

I'm also curios why it updates /boot/config.txt every time you launch sudo adafruit-pitft-helper -t 28r when all its going to do is then ask you to edit the dupe sections out.

Did you install the script and our kernel from apt.adafruit.com, or download and run adafruit-pitft-helper from this repository?

I'm also curios why it updates /boot/config.txt every time you launch sudo adafruit-pitft-helper -t 28r when all its going to do is then ask you to edit the dupe sections out.

Mostly I got lazy about making it replace the previous section. :)

This has come up a few times lately; it's on my short list to make it replace previous sections instead of just appending to the file.

kkaiser1952 commented 9 years ago

I didn’t want to download the image so I used the scripts the curl then the -help -t 28r thing. BTW the part where you say it could take 20 minutes didn’t even take 20 seconds. It was very quick.

On May 18, 2015, at 5:54 PM, Brennen Bearnes notifications@github.com wrote:

I'm also curios why it updates /boot/config.txt every time you launch sudo adafruit-pitft-helper -t 28r when all its going to do is then ask you to edit the dupe sections out.

Did you install the script and our kernel from apt.adafruit.com, or download and run adafruit-pitft-helper from this repository?

I'm also curios why it updates /boot/config.txt every time you launch sudo adafruit-pitft-helper -t 28r when all its going to do is then ask you to edit the dupe sections out.

Mostly I got lazy about making it replace the previous section. :)

This has come up a few times lately; it's on my short list to make it replace previous sections instead of just appending to the file.

— Reply to this email directly or view it on GitHub https://github.com/adafruit/Adafruit-PiTFT-Helper/issues/9#issuecomment-103241446.

ladyada commented 9 years ago

i do recommend burning the full image if only because you'll know if its the hardware or not :)

kkaiser1952 commented 9 years ago

OK, but I’m not exactly sure what that means. Can you point me at the instructions.

Thanks man.

On May 18, 2015, at 8:21 PM, ladyada notifications@github.com wrote:

i do recommend burning the full image if only because you'll know if its the hardware or not :)

— Reply to this email directly or view it on GitHub https://github.com/adafruit/Adafruit-PiTFT-Helper/issues/9#issuecomment-103292345.

ladyada commented 9 years ago

https://learn.adafruit.com/adafruit-pitft-28-inch-resistive-touchscreen-display-raspberry-pi/easy-install#ready-to-go-image

kkaiser1952 commented 9 years ago

Strike three. I’m afraid it still lights up but nothing is on it. Tell me you have yet another idea. Please!

On May 18, 2015, at 8:28 PM, ladyada notifications@github.com wrote:

https://learn.adafruit.com/adafruit-pitft-28-inch-resistive-touchscreen-display-raspberry-pi/easy-install#ready-to-go-image https://learn.adafruit.com/adafruit-pitft-28-inch-resistive-touchscreen-display-raspberry-pi/easy-install#ready-to-go-image — Reply to this email directly or view it on GitHub https://github.com/adafruit/Adafruit-PiTFT-Helper/issues/9#issuecomment-103293081.

ladyada commented 9 years ago

sounds like its time to post to the adafruit forums: forums.adafruit.com - thats where we handle tech support :)

whoisjake commented 9 years ago

For the record... I was using the burned image since I bought a 1601 and very recently (maybe 2 weeks ago) ran into the same issue where it only took a few seconds to install and only showed white on the screen... It was working fine with previously used burned images, but not so much now...

Trying again today with latest changes to deb package

whoisjake commented 9 years ago

Tried the new instructions introduced by commit: 7cc7e09114b9f43d01ebbd6dd2eebb29a3325d75

Worked this time around!