Page 532 - 완) I MDP 프로젝트 작품 보고서(전체과 1학년)1.6
P. 532
CS_reset;
wr_cmd(reg);
reg = rd_dat();
CS_set;
return reg;
}
void GLCD_init (void);
void colors (unsigned int main, unsigned int bgr);
void backcolor (void);
void textcolor (void);
void rainbow_color (void);
void cousor (int lin, int gulza);
void LCD_clear (void);
void window (void);
void LCD_fix (int lin, int width, char c); //one gulza, ( down move, right move, text )
void LCD (int lin, char * c, char * c2); // one line, display it
void TESTGLCD (short * a);
void LCD_set (char c[10][10], char c2[10][10]);
void extLCD (int lin, char * c);
void GLCD_Test(void);
#endif /*_GLCD_H*/
- 525 -