Skip to content

Conversation

@makermelissa
Copy link
Contributor

Requires adafruit/Adafruit_Python_Shell#29 to be merged/released first. Fixes #361.

cc @ladyada

@makermelissa makermelissa requested a review from ladyada October 9, 2025 23:32
@makermelissa makermelissa changed the title Fix installation on Raspberry Pi Trixie Fix PiTFT installation on Raspberry Pi Trixie Oct 9, 2025
shell.run_command("apt-get -y install rpd-plym-splash") # Install Splash Screen
shell.run_command("raspi-config nonint do_boot_splash 0") # Enable Splash Screen
shell.run_command("apt-get -y install raspberrypi-ui-mods") # Reinstall Raspberry Pi OS UI mods
if not shell.is_minumum_version("trixie"):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

other PR merged so fix this?

Copy link
Contributor Author

@makermelissa makermelissa Oct 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, other PR is merged and released. That line is only needed for Raspberry Pi OS earlier than Trixie.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is the typo "minumum" on purpose?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oof, I see it now. You are correct, it should be spelled minimum.

@makermelissa makermelissa merged commit 0aa315d into adafruit:main Oct 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Installing adafruit-pitft.py on Trixie Desktop results in username/password request

2 participants