Arduino How to Use 1.3 Inch OLED Display SH1106

by RonFrtek in Circuits > Arduino

7791 Views, 4 Favorites, 0 Comments

Arduino How to Use 1.3 Inch OLED Display SH1106

Arduino How to Use 1.3 Inch OLED Display SH1106

In this tutorial we will learn how to use a 1.3 Inch OLED Display SH1106 Arduino and Visuino software.

Watch the Video!

What You Will Need

610eZbQEe7L._AC_SL1001_.jpg
VisuinoAdvrtisementRaspberryPiRobot1.jpg
FZEK4WBK3XGYAP0.LARGE.jpg
FMT2X9VKEY93G5P.jpg
New-Mini-Universal-Test-Protoboard-400-Tie-Points-PCB-Breadboard-for-Arduino.jpg
  • 1.3" Inch I2C 128X64 OLED LCD Display
  • Jumper wires
  • Breadboard
  • Arduino Uno or any other Arduino board
  • Visuino software: Download here

The Circuit

2020-11-11_15-57-27.jpg
  • Connect OLED Display pin[VCC] to Arduino pin[5V]
  • Connect OLED Display pin[GND] to Arduino pin[GND]
  • Connect OLED Display pin[SDA] to Arduino pin[SDA]
  • Connect OLED Display pin[SCL] to Arduino pin[SCL]

Start Visuino, and Select the Arduino UNO Board Type

F5ZAEMUK36U3RS2.LARGE.jpg
F311FBVK5AHN5HJ.LARGE.jpg

The Visuino: https://www.visuino.eu also needs to be installed. Download Free version or register for a Free Trial.

Start Visuino as shown in the first picture Click on the "Tools" button on the Arduino component (Picture 1) in Visuino When the dialog appears, select "Arduino UNO" as shown on Picture 2

in Visuino Add,Set & Connect Components

2020-11-11_16-08-23.jpg
2020-11-11_16-05-35.jpg
2020-11-11_16-07-00.jpg
2020-11-11_16-07-42.jpg
2020-11-11_16-08-10.jpg
  • Add "OLED" display component
  • Select "DisplayOLED1" and in the properties window set Type to odtSH1106
  • Double click on the "DisplayOLED1"
  • In the elements window drag "Draw Text" to the left side
  • In the properties window set size to 2 and text to: Hello World
  • Close the Elements window
  • Connect "DisplayOLED1" pin I2C Out to Arduino board pin I2C In

How to Change the Text Font

2020-11-24_8-19-38.jpg
2020-11-24_8-22-04.jpg
2020-11-24_8-22-53.jpg
2020-11-24_8-23-16.jpg

  • When you add the Element in the "Elements" window, by dragging it to the left side (Pic.1), in the properties window select "Elements" and click on the 3 dots (Pic.2).
  • A new Elements window will open, Drag the "Font" element to the left (Pic.3) and in the properties set the font (Pic.4)
  • Close both "elements" windows

Generate, Compile, and Upload the Arduino Code

2020-10-30_13-20-50.jpg

In Visuino, at the bottom click on the "Build" Tab, make sure the correct port is selected, then click on the "Compile/Build and Upload" button.

Play

If you power the Arduino UNO module, the OLED Display will start to show the "Hello World" text.

Congratulations! You have completed your project with Visuino. Also attached is the Visuino project, that I created for this Instructable, you can download it and open it in Visuino: https://www.visuino.eu