Page 535 - 완) I MDP 프로젝트 작품 보고서(전체과 1학년)1.6
P. 535

wr_reg(0x31,  0x0101);

                        wr_reg(0x32,  0x0003);
                        wr_reg(0x35,  0x0106);
                        wr_reg(0x36,  0x0B02);

                        wr_reg(0x37,  0x0302);
                        wr_reg(0x38,  0x0707);
                        wr_reg(0x39,  0x0007);
                        wr_reg(0x3C,  0x0600);
                        wr_reg(0x3D,  0x020B);


                      /*  Set  GRAM area  */
                      wr_reg(0x50, 0x0000);                      /*  Horizontal  GRAM  Start  Address*/

                      wr_reg(0x51, (HEIGHT-1));                  /*  Horizontal  GRAM End      Address*/
                      wr_reg(0x52, 0x0000);                      /*  Vertical    GRAM  Start  Address  */
                      wr_reg(0x53, (WIDTH-1));                   /*  Vertical    GRAM  End      Address  */
                      wr_reg(0x60, 0x2700);                      /*  Gate  Scan  Line*/

                      wr_reg(0x61, 0x0001);                      /*  NDL,VLE,  REV*/
                      wr_reg(0x6A,  0x0000);                        /*  Set scrolling line    */



                        /*  Partial  Display  Control  */
                        wr_reg(0x80,  0x0000);
                        wr_reg(0x81,  0x0000);
                        wr_reg(0x82,  0x0000);

                        wr_reg(0x83,  0x0000);
                        wr_reg(0x84,  0x0000);
                        wr_reg(0x85,  0x0000);



                        /*  Panel  Control  */
                        wr_reg(0x90,  0x0010);
                        wr_reg(0x92,  0x0000);
                        wr_reg(0x93,  0x0003);

                        wr_reg(0x95,  0x0110);
                        wr_reg(0x97,  0x0000);
                        wr_reg(0x98,  0x0000);



                      /*  Set  GRAM write direction and BGR  =  1




                                                         -  528  -
   530   531   532   533   534   535   536   537   538   539   540