rm-hull / luma.lcd

Python module to drive PCD8544, HT1621, ST7735, ST7567 and UC1701X-based LCDs
https://luma-lcd.readthedocs.io
MIT License
158 stars 57 forks source link

Unable to run examples on ILI9341 #96

Closed markbirss closed 4 years ago

markbirss commented 4 years ago

Howto run the exampe on the newly added ILI9341?

This does not work ? python clock.py --display ili9341 --interface spi --width 320 --height 240

rm-hull commented 4 years ago

Do you get an error? Does anything happen on the screen? It's hard to know what to advise when you ask vague questions

markbirss commented 4 years ago

At first my luma.examples was old and also had issue with my wiring

I updated my examples and re-checked my wiring, and switched to python3

I am able to run the examples now thank you.