7 segment "font" on OLED display

Discussion about programs, libraries and tools that work with MicroPython. Mostly these are provided by a third party.
Target audience: All users and developers of MicroPython.
Post Reply
User avatar
curt
Posts: 25
Joined: Thu Jul 29, 2021 3:52 am
Location: Big Lake, Alaska

7 segment "font" on OLED display

Post by curt » Sat Aug 14, 2021 8:54 pm

Hi all,

I am working on a module to display 7 segment digits/characters on my ESP32 OLED screen.

The main feature is the ability to customize the digit size to fit into just about any size region of your OLED display.

While the documentation is incomplete (aren't they all) there should be enough with examples to get you started.

https://github.com/ctimmer/iot-logger/t ... ed7segment

Curt

Post Reply