esp8266_i2c_lcd_test.py

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
stefano3059
Posts: 3
Joined: Tue Dec 15, 2020 6:40 pm

esp8266_i2c_lcd_test.py

Post by stefano3059 » Tue Dec 15, 2020 6:56 pm

I run the code but it doesn't show me the test sequence on the LCD

User avatar
dhylands
Posts: 3821
Joined: Mon Jan 06, 2014 6:08 pm
Location: Peachland, BC, Canada
Contact:

Re: esp8266_i2c_lcd_test.py

Post by dhylands » Wed Dec 16, 2020 6:38 am

When you powerup the LCD do you see a row of black squares? If not - you need to adjust the contrast voltage until you do. If you can't see the black squares by applying power, you won't see any tezt when its working (just due to the contrast being wrong).

stefano3059
Posts: 3
Joined: Tue Dec 15, 2020 6:40 pm

Re: esp8266_i2c_lcd_test.py

Post by stefano3059 » Wed Dec 16, 2020 8:42 am

Hi
Many thanks for your attention, I have read your answer, but I had already performed this procedure but without success.

thanks in advance for any other hint.

stefano3059
Posts: 3
Joined: Tue Dec 15, 2020 6:40 pm

Re: esp8266_i2c_lcd_test.py

Post by stefano3059 » Thu Dec 17, 2020 8:20 am

Hello
I found the problem of the LCD not working.
The cause was the malfunction of the breadboard, replaced now works fine.
Thanks again for your interest and see you soon.

Post Reply