Page 1 of 1

MicroPython LCD I2C Library for ESP32

Posted: Fri Sep 20, 2024 12:42 pm
by IoT_nerd
Hello,

I would like to share the MicroPython LCD I2C Library that works with ESP32 boards.
This library also supports printing custom characters on LCD displays.
The library can be installed via the Package Manager on Thonny IDE.

You can see instructions on how to use this library in the following tutorials:
The source code for the library can be found on GitHub

The below is some showcase of library usage
Image
Image

And the below is how to install the library on ESP32 board via Thonny IDE:
Image

I hope this library is useful for someone!

Have fun with ESP32!

Re: MicroPython LCD I2C Library for ESP32

Posted: Sat Sep 21, 2024 1:17 pm
by aliarifat794
Thanks for the detailed sharing.