adafruit / Raspberry-Pi-Installer-Scripts

381 stars 160 forks source link

Some settings not working with 1.3" TFT #128

Closed caternuson closed 3 years ago

caternuson commented 4 years ago

Re this thread: https://forums.adafruit.com/viewtopic.php?f=50&t=171623

Recreated with Pi Zero W, 2020-08-20-raspios-buster-armhf-lite.img, and following Python script process per guide: https://learn.adafruit.com/adafruit-1-3-color-tft-bonnet-for-raspberry-pi/kernel-module-install

Using guide example:

sudo python3 adafruit-pitft.py --display=st7789_240x240 --rotation=180 --install-type=console

results in: pitft_bonnet_test

Re-running and selecting 0 degree rotation results in: pitft_bonnet_test2

caternuson commented 3 years ago

Related? https://forums.adafruit.com/viewtopic.php?f=8&t=170661#p834732

ladyada commented 3 years ago

probably a typo - @makermelissa plz look on monday, something just got swapped around?

makermelissa commented 3 years ago

Ok, it took forever to update my Pi, but I was able to reproduce as well. I went through the menus though, so it's not something related to the parameterization.

makermelissa commented 3 years ago

I'm getting the same issue when running adafruit-pitft.sh and choosing the same options. It could be something changes in the 8/20 release of Raspberry Pi that I missed. I'm going to look a little deeper into this.

makermelissa commented 3 years ago

I just updated the guide so it appears the correct direction too. Apparently it is 0 degrees if using the console and 180 if using FBCP.