Introduction to Python and Microcontrollers

Class I2cLcd

Before each use of the object I2cLcd, make sure I2C_LCD.py and LCD_API.py have been uploaded to / on the ESP32-S3, and then add the statement from I2C_LCD import I2cLcd to the top of the Python file.

Copies of these modules can be found in the reference_code directory.

Adapted from Python_Tutorial.pdf — Chapter 20, LCD1602