dhylands / python_lcd

Python based library for talking to character based LCDs.
MIT License
298 stars 116 forks source link

Add esp32 i2c lcd support with uasyncio #30

Open john-yan opened 3 years ago

john-yan commented 3 years ago

Hello, please take a look.

This is i2c lcd support on esp32 chip (the ESP32-DevkitC-V1 board), and it's also modified to use uasyncio library.