English
Language : 

YOS3C Datasheet, PDF (10/11 Pages) GREATECS – 96RGBx96 (1.10") OLED Display
OLED Display Module
96RGBx96 (1.10”) OLED Display
COMMAND APPLICATION EXAMPLE
Command usage and explanation of an actual example
<Initialization>
OLED_VCC_CTL=0;
//Off power up Panel Vcc
OLED_RESET=0;
//Reset driver IC for 100ms
Delay_100ms (1);
OLED_RESET=1;
Set SOFT_RESET (0x01, 0x00);
Set STANDBY_ON_OFF (0x14, 0x00);
Set DISP_ON_OFF (0x02, 0x00);
Set ANALOG CONTROL (0x0F, 0x40);
Set OSC_ADJUST (0x1A, 0x03);
Set DISPLAYSTART_X (0x38, 0x00);
Set DISPLAYSTART_Y (0x39, 0x00);
Set RGB_IF (0xE0, 0x00);
Set RGB_POL (0xE1, 0x00);
Set DISPLAY_MODE_CONTROL (0xE5, 0x00);
Set CPU_IF (0x0D, 0x00);
Set MEMORY_WRITE/READ (0x1D, 0x01);
Set ROW_SCAN_DIRECTION (0x09, 0x00);
Set ROW_SCAN_MODE (0x13, 0x00);
Set COLUMN_CURRENT_R (0x40, 0x7F);
Set COLUMN_CURRENT_G (0x41, 0x65);
Set COLUMN_CURRENT_B (0x42, 0x7B);
Set ROW_OVERLAP (0x48, 0x03);
Set DISCHARGE_TIME (0x18, 0x03);
Set PEAK_PULSE_DELAY (0x16, 0x00);
Set PEAK_PULSE_WIDTH_R (0x3A, 0x03);
Set PEAK_PULSE_WIDTH_G (0x3B, 0x03);
Set PEAK_PULSE_WIDTH_B (0x3C, 0x02);
Set PRECHARGE_CURRENT_R (0x3D, 0x09);
Set PRECHARGE_CURRENT_G (0x3E, 0x09);
Set SCAN_OFF_LEVEL (0x49, 0x0F);
Set DISPLAY_X1 (0x30, 0x00);
Set DISPLAY_X2 (0x31, 0x5F);
Set DISPLY_Y1 (0x32, 0x00);
Set DISPLAY_Y2 (0x33, 0x5F);
Clear Screen;
Set DISP_ON_OFF (0x02, 0x01);
OLED_VCC=1;
Delay_100ms(1);
Set_Display_On(0xAF);
//Power up Vcc
//Dealy 100ms
// Display On (0x00/0x01)
YOS3C
If the noise is accidentally occurred at the displaying window during the operation,
please reset the display in order to recover the display function.
sales@greatecs.com
www.greatecs.com 10