Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ILI9486 blank screen #181

Open
craigerl opened this issue Aug 27, 2024 · 3 comments
Open

ILI9486 blank screen #181

craigerl opened this issue Aug 27, 2024 · 3 comments

Comments

@craigerl
Copy link

craigerl commented Aug 27, 2024

Waveshare ILI9486(B) https://www.amazon.com/dp/B07V9WW96D
dtoverlay tree not loaded
Unable to draw to display using luma.lcd with any examples or demo code, screen remains blank with backlight on.

$ sudo python clock.py --display ili9486 --interface spi --width 320 --height 480
Version: luma.lcd 2.10.0 (luma.core 2.4.0)
Display: ili9486
Interface: spi
Dimensions: 320 x 480

Type of Raspberry Pi

Pi5

Linux Kernel version

6.1.54-v8+

Expected behaviour

anything written to display

Actual behaviour

display has no writing, just a black/backlight

@craigerl
Copy link
Author

It looks like the problem is isolated to Raspberry Pi 5 hardware. The same sd card in a PiZero2W works as expected. Changes to Pi5 SPI addressing perhaps? GPIO?

@thijstriemstra
Copy link
Collaborator

see rm-hull/luma.core#268

@JosephHobbs
Copy link
Contributor

I ran into this as well. Using gpiozero worked to address the issue on my RPi5

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

No branches or pull requests

3 participants