Page 1 of 1

MicroPython OLED library for ESP32

Posted: Fri Jan 17, 2025 2:24 am
by IoT_nerd
I would like to share the MicroPython SSD1306 OLED Library that can works with ESP32 boards.

Features:
  • Supports degree character ( ° )
  • Supports text, numbers
  • Supports drawing shapes
  • Supports images
  • Supports horizontal and vertical center align
  • Installable via Package Manager on Thonny IDE
You can see instructions on how to use this library on the following tutorials: Source code of library can be found on: The below are some demo:
Image

Image

Image

Image

Image

I hope this library is useful for someone!