Part Number Hot Search : 
LH168M SD233R NTE5541 ABS0908 EL4332CS PC28F128 HPR106V LTC1703
Product Description
Full Text Search
 

To Download DVM1815Z-A0 Datasheet File

  If you can't view the Datasheet, Please click here to try to view without PDF Reader .  
 
 


  Datasheet File OCR Text:
  solomon systech semiconductor technical data rev 0.1 08/2000 copyright ? 2000 solomon systech limited product information ssd1815z development kit dvk1815z-a0 is a demonstration of ssd1815z working on a (96 x 64 + 1 icon line) panel. it is intended to help users expedite their design-in of solomon lcd driver. package contents dvk1815z-a0 consists of the following: 1) lcd module (96 x 64 + 1 icon line) (DVM1815Z-A0) 2) lcd drawing (optional) 3) programmed 8051 mcu board (evm89c52-a0) 4) 8051 mcu board schematics (evm89c52-a0) 5) demo program in c language (prg1815z-a0) system requirement dvk1815z-a0 is good enough to serve as a standalone demo. 2 x aa 1.5v battery is required for normal operation. for engineering evaluation on the lcd driver and/or lcd panel, a 8051 incircuit emulator (ice) is required. the one solomon systech is using is emmit 8051 ice from syber electronics co ltd. user can get its information from the email: syber@public1.pt lcd module table 1 DVM1815Z-A0 pin assignment pin number 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 lcd module v d d r e s n c d / c r / w c s 1 v s s d 0 d 1 d 2 d 3 d 4 d 5 d 6 d 7 n c n c v s s n c n c n c n c n c n c 8051 mcu board v o u t p a - 0 4 p a - 0 5 p a - 0 1 p a - 0 7 p a - 0 6 g n d p b - 0 0 p b - 0 1 p b - 0 2 p b - 0 3 p b - 0 4 p b - 0 5 p b - 0 6 p b - 0 7 p a - 0 0 v o u t g n d + 9 v p 3 4 p 3 5 p 3 6 p 3 7 n c dvk1815z-a0 figure 1 DVM1815Z-A0 outlook the lcd module has been configured as follows 1) size: 96 x 64 + 1 icon line 2) cog package 3) 4x dc-dc converter to generate vee 4) internal feedback resistor which is software programmable is used to generate vl6. 5) 6800 8-bit parallel interface. 6) 24 pins single inline (sil) header is used to connect 8051 mcu board to lcd module. please refer to table 1 for pin assignment. ordering information item ordering part number ssd1815z develop- ment kit dvk1815z-a0 ssd1815z develop- ment module DVM1815Z-A0
2 solomon dvk1815z-a0 rev 0.1 08/2000 8051 mcu board the 8051 mcu board is powered up by 2 x aa 1.5v battery. a 2x dc con- verter (icl7660) is used to generate 4.8v to supply 8051 mcu. this voltage is also regulated by lm317 to generate vout (adjustable from 1.8v to 3.5v) which in turn powers up solomon lcd driver. all logic output from 8051 are down-converted from 4.8v to vout through 74hc4050 non-inverting buffer. user can change vout by tuning t1 (1k trimmer).the mcu board is configured to run at a speed of 4mhz. 4 dummy keys are reserved for developing user- interactive application such as tuning contrast. figure 2 evm89c52-a0 outlook figure 3 DVM1815Z-A0 schematics
3 solomon dvk1815z-a0 rev 0.1 08/2000 programming note /**************************************************************************** * prg1815z-a0 * * 1815 evaluation program * *****************************************************************************/ #include "reg8751.h" #define controlport p0 #define dataport p1 /**************************************************** * a) hardware interface * * * * port a 7 6 5 4 3 2 1 0 * * rw cs -- res -- -- dc -- * * port b 7 6 5 4 3 2 1 0 * * d7 d6 d5 d4 d3 d2 d1 d0 * * * ****************************************************/ /**************************************************** * b) command table per device * ****************************************************/ #define displayoff 0xae #define displayon 0xaf #define displaystart 0x40 #define pageaddr 0xb0 #define coladdrhi 0x10 #define coladdrlo 0x00 #define segremapoff 0xa0 #define segremapon 0xa1 #define normaldisp 0xa6 #define reversedisp 0xa7 #define swrest 0xe2 #define comremapoff 0xc0 #define comremapon 0xc8 #define pwrctrlreg 0x28 #define opampbuffer 0x01 #define intreg 0x02 #define intvolbstr 0x04 #define intregratio 0x20 #define contctrlreg 0x81 #define device ssd1815z /* device under demo */ #define colno 96 /* number of column/seg on lcd glass*/ #define rowno 64 /* number of row/com/mux */ #define ps 1 /* fixed to parallel mode */ #define pageno 8 /* total no of ram pages */ #define iconpage 8 /* icon page number */ #define sslnameno 3 /**************************************************** * c) global variable definition * ****************************************************/
4 solomon dvk1815z-a0 rev 0.1 08/2000 unsigned char wc_csh; unsigned char wc_csl; unsigned char wd_csh; unsigned char wd_csl; unsigned char res_csh; unsigned char res_csl; /**************************************************** * d) hardcoded graphics * ****************************************************/ unsigned char code pageq0[48]={ 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x80,0x80,0x80,0x80,0x80,0x80,0x80,0xc0, 0x80,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x80,0x80,0x80,0x80, 0x80,0x80,0xc0,0x80,0x00,0x80,0x80,0x80, 0x80,0x80,0x80,0xc0,0x80,0x00,0x00,0x00}; unsigned char code pageq1[48]={ 0x00,0x00,0x00,0x00,0x80,0x80,0x80,0x80, 0xbf,0x92,0xd2,0x92,0x12,0x92,0x92,0xbf, 0x80,0x80,0xc0,0x80,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0xff,0x12,0x12,0x12, 0x12,0x12,0x3f,0x00,0x00,0x3f,0x12,0x12, 0x12,0x12,0x12,0xff,0x00,0x00,0x00,0x00}; unsigned char code pageq2[48]={ 0x00,0x00,0x00,0x00,0x7f,0x24,0x24,0x24, 0x24,0x24,0x7f,0x00,0x00,0x7f,0x24,0x24, 0x24,0x24,0x7f,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x7f,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x20, 0x20,0x60,0x60,0x3f,0x00,0x00,0x00,0x00}; unsigned char * sslname[3]={pageq0, pageq1, pageq2}; /**************************************************** * e) function prototypes * * setmode(mode) * * delay(n) * * resetchip() * * singlecmd(i) * * singledata(i) * * setramaddr(page,col) * * setcontrast(gain,step) * * initdisplay() * * clearram(start,stop) * ****************************************************/ void setmode(unsigned char mode) { wc_csh = 0x7d; //for demoboard mcu wc_csl = 0x3d; /* parallel mode */ wd_csh = 0x7f; /* master mode */ wd_csl = 0x3f; /* 6800 mode */ res_csh = 0xff; res_csl = 0xef; }
5 solomon dvk1815z-a0 rev 0.1 08/2000 void delay(unsigned int n) /* wait n seconds*/ { unsigned int i; unsigned int j; for (i=0;i<500;i++) for (j=0;j> 4); singlecmd(coladdrhi | temp); temp = 0x0f & col; singlecmd(coladdrlo | temp); } void setcontrast(unsigned char gain, step) { singlecmd(intregratio | (0x0f & gain)); singlecmd(contctrlreg);
6 solomon dvk1815z-a0 rev 0.1 08/2000 singlecmd((0x3f & step)); } void initdisplay() { singlecmd(displayoff); singlecmd(segremapon); singlecmd(comremapon); setcontrast(6, 0x36); singlecmd(pwrctrlreg | intvolbstr | intreg | opampbuffer); singlecmd(displayon); } void clearram(unsigned char startpage,stoppage) { unsigned char i,j; for (j=startpage;j solomon reserves the right to make changes without further notice to any products herein. solomon makes no warranty, representation or guarantee regarding the suitability of its products for any particular purpose, nor does solomon assume any liability arising out of the application or use of any product or circuit, and specifi- cally disclaims any and all liability, including without limitation consequential or incidental damages. ?typical? parameters ca n and do vary in different applications. all operating parameters, including ?typicals? must be validated for each customer application by customer?s technical experts. solomon does not convey any license under its patent rights nor the rights of others.solomon products are not designed, intended, or authorized for use as c omponents in systems intended for surgical implant into the body, or other applications intended to support or sustain life, or for any other application in which the failure of unintended or unauthorized application, buyer shall indemnify and hold solomon and its offices, employees, subsidiaries, affiliates, and distributors harml ess against all claims, costs, damages, and expenses, and reasonable attorney fees arising out of, directly or indirectly, any claim of personal injury or death associa ted with such unintended or unautho- rized use, even if such claim alleges that solomon was negligent regarding the design or manufacture of the part. dvk1815z-a0


▲Up To Search▲   

 
Price & Availability of DVM1815Z-A0

All Rights Reserved © IC-ON-LINE 2003 - 2022  

[Add Bookmark] [Contact Us] [Link exchange] [Privacy policy]
Mirror Sites :  [www.datasheet.hk]   [www.maxim4u.com]  [www.ic-on-line.cn] [www.ic-on-line.com] [www.ic-on-line.net] [www.alldatasheet.com.cn] [www.gdcy.com]  [www.gdcy.net]


 . . . . .
  We use cookies to deliver the best possible web experience and assist with our advertising efforts. By continuing to use this site, you consent to the use of cookies. For more information on cookies, please take a look at our Privacy Policy. X