pimoroni / st7735-python

Python library to control an ST7735 TFT LCD display. Allows simple drawing on the display without installing a kernel module.
MIT License
60 stars 29 forks source link

LCD does not show anything only backlight is on #12

Open fotisK69 opened 3 years ago

fotisK69 commented 3 years ago

Hi,

after I have installed the enviro+ and update/upgrade my pi zero W i tried the example of lcd.py and the only thing that happens is that the backlight is on but no "Hello" message!

How can i solve this, it seems that all the connections are fine since i do get measurements when executing other example files.

diegoinsalopez commented 3 years ago

Same thing here

BenStuk commented 2 years ago

Same here!

Gadgetoid commented 10 months ago

I believe Enviro needs cs=BG_SPI_CS_FRONT.

Along with my recent changes I have made Enviro the default setup for the pins used in examples.