Kenosha Reuse Discussion Board   >   ZION, IL   >   Commercial   >   Electrical   >   Used   >   No Warranty   >   Mini graphic oled lcd module 65K 96*64 1.04 inche

Mini graphic oled lcd module 65K 96*64 1.04 inche


MINI graphic oled lcd module 65k 96*64 1.04 inche
this is good for low cost device design or student practical design
you can design and potograph device .
send us an email to confirm for needing tracking number as soon as you order it . and please set confirmed address in
http://electronic-components.spaces.live.com/default.aspx
show you how to connect to the 1.04 inches oled lcd screen. this oled screen can be drived by ic ssd1332) Controller
it can driver by SSD1332 ic .we only supply program in c as the following:
//programer for GCC-AVR V20040502 date 2006-06-04 13:29:57
//micro controller atmel mega16
AVR ATMEGA 16 AND OLED CONNECTION:
TO USE THIS DRIVER PLEASE SET OR CHANGE AS THE FOLLOWING:
#define OLED_RD_PORT PORTC //THE FOLLOWING FOUR SHOULD BE AT THE SAME PORT
#define OLED_RES_PORT PORTC //RES SET THE SAME PORT
//OLDE INITIAL FUNCTION AND OPERATERS
unsigned char ReadCommand(void);
void WriteCommand(unsigned com);
unsigned char RGB[]={0x00,0x1f,0x07,0xe0,0xf8,0x00,0x00,0x00,0xff,0xff};
unsigned char ColorBar[]={0xff,0xff,0xf8,0x00,0xff,0xe0,0x07,0xe0,0x07,0xff,0x00,0x1f,0x00,0x00};
void WriteCommand(unsigned com)
OLED_RD_DDR|=OLED_RD; //DISABLE EQUIL 0
OLED_DC_DDR|=OLED_DC; // USE AS OUTPUT
OLED_DC_PORT&=~OLED_DC; //DC=0; WRITE COMMAND
OLED_WR_DDR|=OLED_WR; //AS OUT
OLED_WR_PORT&=~OLED_WR; //ENABLE EQUIL 0
OLED_DATA_DDR=0XFF; //ALL AS OUTPUT
OLED_DATA_PORT=com; //OUTPUT THE INFORMATION
OLED_DC_DDR|=OLED_DC; //USE AS OUT
OLED_DC_PORT|=OLED_DC; //DC=1;
OLED_WR_DDR|=OLED_WR; //READ SET TO
OLED_DATA_DDR=0XFF; //USE AS OUT
OLED_DATA_PORT=dat; //SEND USEFUL INFORMATION
WriteCommand(0x15); //SET BIAS
WriteCommand(0x00); //Set line0 to COM0
WriteCommand(0x81); //set High Brightness
WriteCommand(0x82); //set High Brightness
WriteCommand(0x83); //set High Brightness
WriteCommand(0x87); //set High Brightness
WriteCommand(0xa0);//Set Re-map & DataFormat AUTO ADDRESS ADDED
WriteCommand(0x60); //set 65k color format 256c
WriteCommand(0xa4); //set Normal Display
WriteCommand(0xa8); //set Multiplex Ratio
WriteCommand(0xa9); //set Power Control SET POWER ON
WriteCommand(0xaf); //set Display on
WriteCommand(0xb8);//Set Gray Scale Table
// PORTD=_BV(KEY2)|_BV(KEY1);//KEYBOARD RESISTORS
http://pdf1.alldatasheet.com/datasheet-pdf/view/90338/ETC/SSD1332.html



Mini graphic oled lcd module 65K 96*64 1.04 inche