I recently got a Raspberry Pi 0 W, and Enviro HAT (no air quality or particulate sensor) from Pimoroni. I followed the instructions and set up the enviro python library to work with the Pi Zero W, and some of the files work such as temperature or humidity readings. However, when running files that make use of the screen on the Enviro, I cannot get information to output. After running something like lcd.py, or all-in-one-enviro-mini.py the LCD does not display readings - the most it does is turn the backlight on.
The sensors do work, because readings appear in the terminal from weather.py. I couldn’t figure out what was wrong. Maybe it’s the st7753 library but I ran the check-install.py and it said everything looks good. My soldering was botchy admittedly but I pressed the boards together and did a once over on the pins so the connections seem good. I am not quite experienced in python but added a new python file that was supposed to draw something but still no output on the screen. Please could someone help?