Welcome to Synthiam!

The easiest way to program the most powerful robots. Use technologies by leading industry experts. ARC is a free-to-use robot programming software that makes servo automation, computer vision, autonomous navigation, and artificial intelligence easy.

Get Started
Asked — Edited
Resolved Resolved by DJ Sures!

Blue 1.3" Iic/I2c Serial 128X64 Oled Lcd Led Display Module For Arduino/Stm32/51

I am trying to send text to an i2c oled display.I have scl and sda connected to i2c port on EZB v3...and 5v vcc and ground .need help with writing script for what ever text i wish to display..
User-inserted image

No font: take the word with modulo software
Needn't backlight, the display unit can self-luminous
High resolution: 128 * 64
Viewing angle:> 160
Supports many control chip: Fully compatible with Arduino, 51 Series, MSP430 Series, STM32 / 2, CSR IC, etc.
Ultra-low power consumption: 0.04W(working normally)
Voltage: 3.3V ~ 5V DC
Working Temperature: -30 ? ~ 80 ?
Module Size: 32.0MM * 35.5MM * 4.1MM
IIC Interface, need 2 IO only.
Driver IC: SSD1106
Light color: Blue

Pin Definitions:

VCC:3.3-5V
GND: grounding
SCL: serial clock
SDA: serial data


ARC Pro

Upgrade to ARC Pro

Your robot can be more than a simple automated machine with the power of ARC Pro!

PRO
Synthiam
#1  
You will need more information than that to use it. Without a datasheet it'll be impossible to know what commands to send
United Kingdom
#2  
As DJ said, a datasheet is needed as it should have (however doesn't always) the list of commands the display uses.

I've used a bunch of LCD screens in the past and while the commands are similar they are certainly different. You could try and see if it follows the Digole format however you would be extremely lucky if it does.
#3  
Ok I will see what I can find on data sheet..Thanks for response.
United Kingdom
#4  
Did you try the Digole examples? For the sake of downloading a project or copying and pasting it's worth a shot at least and I'm interested in knowing if the two use the same commands etc. since they look similar.