espressif / esp-dev-kits

Docs, Schematics, Factory Firmwares for ESP Development Kits
Other
331 stars 176 forks source link

Added a Print Characters and Digit part in lcd Example of the ESP32 Kaluga (AEGHB-608) #90

Closed Rahul14singh closed 3 months ago

Rahul14singh commented 3 months ago

I have added a working example that prints characters A-Z and 0-9 on the LCD Screen of the Kaluga.

Board: ESP32-S2-Kaluga-1 Kit v1.3: Screen: ESP-LyraP-LCD32 v1.2

Useful example for printing letters on the graphical lcd screen till we don't have a Adafruit Lib for esps.

Rahul14singh commented 3 months ago

I can also add an example of displaying a Table on the LCD screen. That can be dynamically updated. Let me know if that would be better.

Lzw655 commented 3 months ago

Hi @Rahul14singh, sorry for the late. This PR looks good enough to me. I will merge it soon. Thanks for your contribution.