How to Interface With OLED 1.3 Inch LCD128x64

by mybotic in Circuits > Arduino

42801 Views, 40 Favorites, 0 Comments

How to Interface With OLED 1.3 Inch LCD128x64

2.jpg

This tutorial is going to teach you some basics on using OLED 1.3inch LCD128x64.

Description

OLED 1.3 inch is a monochrome graphic display module with a built-in 1.3 inch, 128X64 high-resolution display. OLED 1.3 inch is able to work despite the absence of backlight. In a dark environment, contrast of OLED display is higher than LCD display. This device is I^2C or SPI compatible. Due to its capability in displaying, it is often used in various application for instances, smart watch, MP3, function cellphone, portable health device and many others.


Specifications

  • Working Voltage: 3.3V (suggested)
  • Compatible Interfaces: I^2C or SPI
  • Low power consumption, 0.06W when working normally
  • Working temperature: -30ᵒC to 70ᵒC

Pin Definition

kaka.jpg

  • SDA - Data Line
  • SCL - Clock Line

Pin Connection

1111.png

  • VCC to 5V or 3.3V
  • GND to GND
  • SCL to A5
  • SDA to A4

Sample Source Code

To get the result, please download the sample source code attached below and upload it into Arduino.

Downloads

U8glib Library

After downloading the U8glib library and move the extracted file to the desired Arduino's libraries, now restarting the Arduino software by quitting the entire software and open the software once again. Now, you should be able to see the same thing in the 'File' option.

Users can simply try those written coding and construct the circuit according to the coding. Later users can upload those coding into Arduino and see how the circuit works. Feel free to try out!

Downloads

Display Your Own Picture Into Arduino Readable Code

1111.png
1111.png
Untitled.png
q.png
aaa.jpg
bbb.jpg

Go to here and download LCD Assistant.zip. Now, install into your computer and open it. Go to File > Load Image and choose your pic. Make sure you have already save your pic as monochrome bitmap .bmp before uploading into LCD Assistant or a box with a "unkown picture file extension (.jpg)" words will appear on your screen. Next, you have to click "save output" and save your picture to cpp file by adding ".cpp" at the end of your file name. Now open your saved .cpp file using word pad. Refer picture above for a better understanding.

Results

20161215_155509.jpg
20161215_155546(0).jpg
20161215_155502.jpg
20161215_155503.jpg
20161215_155504.jpg
20161215_155505.jpg
20161215_155506.jpg
20161215_155507.jpg

The changing of patterns shown on OLED LCD display while OLED is being connected to power supplies.

Videos

How to interface OLED 0.96 inch with Arduino