Skip to content

The OLED Display SSD1306 128x32 driver for the ESP32 microcontroller

Notifications You must be signed in to change notification settings

K-S-K/ESP32-02-OLed-SSD1366

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OLED Display SSD1306 128x32 Example

This project communicates with the SSD1306 128x32 OLED Display (pdf):
 128x32 OLED Display view.

It were some interesting tasks during the project implementation.

  • It was challenging to print data to the 128x32 display in the same way we expected after reading about printing to the 128x64 display. If you are interested, please look at the description of the task and solution.
  • Also, it was predictable, but it wasn't expected to face a situation where we couldn't apply the "big" 16x16 font we found on the internet "as is" for our application. It was necessary to transpose every quadrant of every letter in the proper sequence. We even wrote a special program in C# to convert the font to be used for our purposes.

The project in vivo:

The ESP32 Microcontroller pinout:

The device description.

This project based on my previous project, ESP32-01-LedBlink, a classical hello-world MCU project.

About

The OLED Display SSD1306 128x32 driver for the ESP32 microcontroller

Topics

Resources

Stars

Watchers

Forks

Languages