About Us About Embedded Introduce Editorial Contributions Location Document Android Application Embedded Linux Processor Arduino AVR Devices Resource Android Application Embedded Linux Processor Arduino AVR Devices Education 교육과정안내 교재 프로젝트 자료실 Reference Community 공지사항 제품광고 구인광고
777 작성자 임베디드코리아 작성일17-09-21 15:36 조회2,624회 댓글0건 이전글 다음글 목록 DDRB = 0xFF; //LCD 데이터 버스 PORTB = 0xFF; DDRG = 0xFF; //LCD 컨트롤 신호(PG2=LCD_EN, PG1=RW, PG0=RS) PORTG = 0xFF; } int main(void) { //초기화 init_LCD(); LCD_wr_string(LINE1, " Seniorcom AVR "); //LINE을 지정하고 문자열을 쓴다. LCD_wr_string(LINE2, " LCD Test "); //LINE을 지정하고 문자열을 쓴다. while(1); return 1; } 이전글 다음글 목록