EVK-CONNECT-018 DENSITRON, EVK-CONNECT-018 Datasheet

no-image

EVK-CONNECT-018

Manufacturer Part Number
EVK-CONNECT-018
Description
CONNECTION BOARD, FOR 1498841, EVK
Manufacturer
DENSITRON
Datasheet

Specifications of EVK-CONNECT-018

Svhc
No SVHC (18-Jun-2010)
Rohs Compliant
YES
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
OLED DISPLAY MODULE
Application Notes
PRODUCT
DD-9664FC-2A with EVK board
NUMBER
Copyright ©2007 DENSITRON TECHNOLOGIES plc. All rights reserved. – Proprietary Data

Related parts for EVK-CONNECT-018

EVK-CONNECT-018 Summary of contents

Page 1

... OLED DISPLAY MODULE PRODUCT NUMBER Copyright ©2007 DENSITRON TECHNOLOGIES plc. All rights reserved. – Proprietary Data Application Notes DD-9664FC-2A with EVK board ...

Page 2

... TABLE OF CONTENTS 1 EVK SCHEMATIC.......................................................................................................... 4 2 SYMBOL DEFINITION ................................................................................................. 5 3 TIMING CHARACTERISTICS .................................................................................... 6 4 CONNECTION BETWEEN OLED AND EVK ........................................................... 9 5 MODULE POWER UP SEQUENCE .......................................................................... 11 5 OWER DOWN AND 6 HOW TO USE THE DD-9664FC-2A ........................................................................... 12 7 HOW TO USE THE DD-9664FC-2A ........................................................................... 13 7 ECOMMENDED NITIAL CODE DD-9664FC-2A Product No. Copyright ©2006 DENSITRON TECHNOLOGIES plc. All rights reserved. – Proprietary Data ...

Page 3

... REVISION RECORD Rev. Date Page th 14 Sep A 2007 DD-9664FC-2A Product No. Copyright ©2006 DENSITRON TECHNOLOGIES plc. All rights reserved. – Proprietary Data Chapt. Comment First Issue REV. A ECR no. Page ...

Page 4

... EVK Schematic DD-9664FC-2A Product No. Copyright ©2006 DENSITRON TECHNOLOGIES plc. All rights reserved. – Proprietary Data REV. A Page ...

Page 5

... VDD_IN: This is the external positive voltage supply. This pin should be shorted with VDD by Jumper 3 (J3) VDDIO: Power supply for interface logic level. It should be match with the MCU interface voltage level. VDDIO must always be equal or lower than VDD (J8) DD-9664FC-2A Product No. Copyright ©2006 DENSITRON TECHNOLOGIES plc. All rights reserved. – Proprietary Data REV. A Page ...

Page 6

... Timing characteristics Table 2 6800-Series MPU Parallel Interface Timing Characteristics Figure 1 6800-series MPU parallel interface characteristics DD-9664FC-2A Product No. Copyright ©2006 DENSITRON TECHNOLOGIES plc. All rights reserved. – Proprietary Data VDD = 2.4 to 3.5V, TA= -40to 85°C REV. A Page ...

Page 7

... Table 3 8080-Series MPU Parallel Interface Timing Characteristics Figure 2 8080-series MPU parallel interface characteristics Note:When 8 bit used DD-9664FC-2A Product No. Copyright ©2006 DENSITRON TECHNOLOGIES plc. All rights reserved. – Proprietary Data instead. 7 REV. A Page ...

Page 8

... Table 4 Serial Interface Timing Characteristics Figure 3 Serial interface characteristics DD-9664FC-2A Product No. Copyright ©2006 DENSITRON TECHNOLOGIES plc. All rights reserved. – Proprietary Data REV. A Page ...

Page 9

... Connection Between OLED and EVK Figure 4 EVK PCB and DD-9664FC-2A Module Figure 5 the DD-9664FC-2A and EVK assembled (Top view) DD-9664FC-2A Product No. Copyright ©2006 DENSITRON TECHNOLOGIES plc. All rights reserved. – Proprietary Data REV. A Page ...

Page 10

... Figure 6 control MCU (not supplied ) connected with EVK DD-9664FC- COG type module, please refer to Fig 5, Fig 6. The user can use leading wire to connect EVK with customers system. The example shows as Fig 7. Figure 7 control MCU connected with EVK Note the external most positive voltage supply. In this sample is connected to power supply ...

Page 11

... Such that panel has enough time to charge up or discharge before/after operation. DD-9664FC-2A Product No. Copyright ©2006 DENSITRON TECHNOLOGIES plc. All rights reserved. – Proprietary Data REV. A Page ...

Page 12

... How to use the DD-9664FC-2A DD-9664FC-2A Product No. Copyright ©2006 DENSITRON TECHNOLOGIES plc. All rights reserved. – Proprietary Data Reset Set RES#=0; Delay 100ms; RESET#=1 Initial IC code Display on Clear RAM Start sending data REV. A Suggest all registers set again Page ...

Page 13

... Second Pre-change Speed For ColorC Write_Register(0x64); //100 Write_Register(0xa0); //set re=map & data format Write_Register(0x74); Write_Register(0xa1); //set display start line Write_Register(0x00); Write_Register(0xa2); //set display offset Write_Register(0x00); DD-9664FC-2A Product No. Copyright ©2006 DENSITRON TECHNOLOGIES plc. All rights reserved. – Proprietary Data REV. A Page ...

Page 14

... Write_Register(0xbe); //set vcomh Write_Register(0x3e); //62 Write_Register(0xaf); //set display on} void Reset_SSD1331Z(void) { IOCLR=bRES; Delay_1ms(10); IOSET=bRES; void Write_Register (unsigned char out_command) { IOCLR=bD_C; IOCLR=bCS; IOCLR=bR_W; IOCLR=0x000000ff; IOSET= out_command; IOSET=bR_W; IOSET=bCS; } DD-9664FC-2A Product No. Copyright ©2006 DENSITRON TECHNOLOGIES plc. All rights reserved. – Proprietary Data REV. A Page ...

Page 15

... Write_Data (unsigned char out_data) IOSET=bD_C; IOCLR=bCS; IOCLR=bR_W; IOCLR=0x000000ff; IOSET=out_data; IOSETbR_W; IOSET=bCS; } void Delay_1ms(int Cycle) { unsigned int i,k; for (i=0 ;i<Cycle;i++) for(k=0;k<0x2fff;k++); } DD-9664FC-2A Product No. Copyright ©2006 DENSITRON TECHNOLOGIES plc. All rights reserved. – Proprietary Data REV. A Page ...

Related keywords