16x2 LCD

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
allentoy
Posts: 1
Joined: Tue Jul 14, 2020 4:23 pm

Re: 16x2 LCD

Post by allentoy » Tue Jul 14, 2020 4:28 pm

Thanks shaoziyang. Works for me.
but I just have to remove time.sleep_ms(1) and replace it with sleep_ms(1) in line 36

Post Reply