EVK-CONNECT-008 DENSITRON, EVK-CONNECT-008 Datasheet

no-image

EVK-CONNECT-008

Manufacturer Part Number
EVK-CONNECT-008
Description
CONNECTION BOARD, FOR 149-8843/5/7, EVK
Manufacturer
DENSITRON
Datasheet

Specifications of EVK-CONNECT-008

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-32645C-2A with EVK board
NUMBER
Copyright ©2006 DENSITRON TECHNOLOGIES plc. All rights reserved. – Proprietary Data

Related parts for EVK-CONNECT-008

EVK-CONNECT-008 Summary of contents

Page 1

... OLED DISPLAY MODULE PRODUCT NUMBER Copyright ©2006 DENSITRON TECHNOLOGIES plc. All rights reserved. – Proprietary Data Application Notes DD-32645C-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 ........................................................... 7 5 HOW TO USE THE DD-32645C-2A ............................................................................. 9 5 ECOMMENDED NITIAL CODE DD-32645C-2A Product No. Copyright ©2005 DENSITRON TECHNOLOGIES plc. All rights reserved. – Proprietary Data .................................................................................. 10 REV. A Page ...

Page 3

... REVISION RECORD Rev. Date Page A 21 Jun. 06 DD-32645C-2A Product No. Copyright ©2005 DENSITRON TECHNOLOGIES plc. All rights reserved. – Proprietary Data Chapt. Comment First Issue REV. A ECR no. Page ...

Page 4

... EVK Schematic DD-32645C-2A Product No. Copyright ©2005 DENSITRON TECHNOLOGIES plc. All rights reserved. – Proprietary Data REV. A Page ...

Page 5

... Symbol Definition Note: The EVK is hard wired to 8080 Parallel interface. D0-D7:These pins are 8-bit bi-directional data bus to be connected to the MCU’s data bus. E/RD#:This pin is MCU interface input. When connecting to an 8080-microprocessor, this pin receives the Read (RD#) signal. Data read operation is initiated when this pin is pulled low and the chip is selected. R/W#: ...

Page 6

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

Page 7

... Connection Between OLED and EVK Figure 2 EVK PCB and DD-32645C-2A Module Figure 3 the DD-32645C-2A and EVK assembled (Top view) DD-32645C-2A Product No. Copyright ©2005 DENSITRON TECHNOLOGIES plc. All rights reserved. – Proprietary Data REV. A Page ...

Page 8

... When assemble the module with EVK. Just put the module in the connector and pull the tenon to fix the module. See the Figure 3. Figure 4 control MCU (not supplied) connected with EVK Note 1:It is the external most positive voltage supply. In this sample is connected to power supply ...

Page 9

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

Page 10

... RD=1; /*tell system only write*/ WR=0; d_bus=ins_c; WR=1; CS=1; DC=1; } DD-32645C-2A Product No. Copyright ©2005 DENSITRON TECHNOLOGIES plc. All rights reserved. – Proprietary Data // use 8080 interface //display off //set contrast //max current //set duty //duty 63 //Set Segment Re-map //display offset //set 00 ...

Page 11

... CS=0; RD=1; /*tell system only write*/ WR=0; d_bus=ins_d; CS=1; WR=1; DC=1; } void delay(int count) { int i,j; for(i=0;i<=count;i++) for(j=0;j<=1000;j++) ; } *write_c= Write Command , write_d= Write Data DD-32645C-2A Product No. Copyright ©2005 DENSITRON TECHNOLOGIES plc. All rights reserved. – Proprietary Data REV. A Page ...

Page 12

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

Page 13

... TABLE OF CONTENTS 1 EVK SCHEMATIC.......................................................................................................... 4 2 SYMBOL DEFINITION ................................................................................................. 5 3 TIMING CHARACTERISTICS .................................................................................... 6 4 CONNECTION BETWEEN OLED AND EVK ........................................................... 7 5 HOW TO USE THE DD-2864BY-2A............................................................................. 9 5 ECOMMENDED NITIAL CODE DD-2864BY-2A Product No. Copyright ©2006 DENSITRON TECHNOLOGIES plc. All rights reserved. – Proprietary Data .................................................................................. 10 REV. A Page ...

Page 14

... REVISION RECORD Rev. Date Page A 30-Augu-06 DD-2864BY-2A Product No. Copyright ©2006 DENSITRON TECHNOLOGIES plc. All rights reserved. – Proprietary Data Chapt. Comment First Issue REV. A ECR no. Page ...

Page 15

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

Page 16

... Symbol Definition Note: The EVK is hard wired to 8080 Parallel interface. D0-D7:These pins are 8-bit bi-directional data bus to be connected to the MCU’s data bus. RD#:This pin is MCU interface input. When connecting to an 8080-microprocessor, this pin receives the Read (RD#) signal. Data read operation is initiated when this pin is pulled low and the chip is selected. WR#: ...

Page 17

... Timing characteristics Table 2 8080-Series MPU Parallel Interface Timing Characteristics Figure 1 8080-series MPU parallel interface characteristics DD-2864BY-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 18

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

Page 19

... Figure 4 control MCU (not supplied) connected with EVK Note 1:It is the external most positive voltage supply. In this sample is connected to power supply. DD-2864BY-2A Product No. Copyright ©2006 DENSITRON TECHNOLOGIES plc. All rights reserved. – Proprietary Data REV. A Page ...

Page 20

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

Page 21

... VcomH write_c(0x49); //VcomH=73 write_c(0xA4); //Normal Mode write_c(0xA6); //No Inverse write_c(0xAF); //display on } void write_c(unsigned char ins_c) { DC=0; CS=0; RD=1; /*tell system only write*/ WR=0; d_bus=ins_c; WR=1; CS=1; DC=1; } DD-2864BY-2A Product No. Copyright ©2006 DENSITRON TECHNOLOGIES plc. All rights reserved. – Proprietary Data REV. A Page ...

Page 22

... CS=0; RD=1; WR=0; d_bus=ins_d; CS=1; WR=1; DC=1; } void delay(int count) { int i,j; for(i=0;i<=count;i++) for(j=0;j<=1000;j++) ; } *write_c= Write Command , write_d= Write Data DD-2864BY-2A Product No. Copyright ©2006 DENSITRON TECHNOLOGIES plc. All rights reserved. – Proprietary Data /*tell system only write*/ REV. A Page ...

Page 23

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

Page 24

... TABLE OF CONTENTS 1 EVK SCHEMATIC.......................................................................................................... 4 2 SYMBOL DEFINITION ................................................................................................. 5 3 TIMING CHARACTERISTICS .................................................................................... 6 4 CONNECTION BETWEEN OLED AND EVK ........................................................... 7 5 HOW TO USE THE DD-2832BE-2A ............................................................................. 9 5 ECOMMENDED NITIAL CODE DD-2832BE-2A Product No. Copyright ©2005 DENSITRON TECHNOLOGIES plc. All rights reserved. – Proprietary Data .................................................................................. 10 REV. A Page ...

Page 25

... REVISION RECORD Rev. Date Page A 20-June-06 DD-2832BE-2A Product No. Copyright ©2005 DENSITRON TECHNOLOGIES plc. All rights reserved. – Proprietary Data Chapt. Comment First Issue REV. A ECR no. Page ...

Page 26

... EVK Schematic DD-2832BE-2A Product No. Copyright ©2005 DENSITRON TECHNOLOGIES plc. All rights reserved. – Proprietary Data REV. A Page ...

Page 27

... Symbol Definition Note: The EVK is hard wired to 8080 Parallel interface. D0-D7:These pins are 8-bit bi-directional data bus to be connected to the MCU’s data bus. E/RD#:This pin is MCU interface input. When connecting to an 8080-microprocessor, this pin receives the Read (RD#) signal. Data read operation is initiated when this pin is pulled low and the chip is selected. R/W#: ...

Page 28

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

Page 29

... Connection Between OLED and EVK Figure 2 EVK PCB and DD-2832BE-2A Module Figure 3 the DD-2832BE-2A and EVK assembled (Top view) DD-2832BE-2A Product No. Copyright ©2005 DENSITRON TECHNOLOGIES plc. All rights reserved. – Proprietary Data REV. A Page ...

Page 30

... Figure 4 control MCU (not supplied ) connected with EVK Note 1:It is the external most positive voltage supply. In this sample is connected to power supply. DD-2832BE-2A Product No. Copyright ©2005 DENSITRON TECHNOLOGIES plc. All rights reserved. – Proprietary Data REV. A Page ...

Page 31

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

Page 32

... VcomH write_c(0x49); //VcomH=73 write_c(0xA4); //Normal Mode write_c(0xA6); //No Inverse write_c(0xAF); //display on } void write_c(unsigned char ins_c) { DC=0; CS=0; RD=1; /*tell system only write*/ WR=0; d_bus=ins_c; WR=1; CS=1; DC=1; } DD-2832BE-2A Product No. Copyright ©2005 DENSITRON TECHNOLOGIES plc. All rights reserved. – Proprietary Data REV. A Page ...

Page 33

... CS=0; RD=1; /*tell system only write*/ WR=0; d_bus=ins_d; CS=1; WR=1; DC=1; } void delay(int count) { int i,j; for(i=0;i<=count;i++) for(j=0;j<=1000;j++) ; } *write_c= Write Command , write_d= Write Data DD-2832BE-2A Product No. Copyright ©2005 DENSITRON TECHNOLOGIES plc. All rights reserved. – Proprietary Data REV. A Page ...

Related keywords