Presentation is loading. Please wait.

Presentation is loading. Please wait.

LAB 2..

Similar presentations


Presentation on theme: "LAB 2.."— Presentation transcript:

1 LAB 2.

2 LAB 2. mmap 과 Dot Matrix를 이용한 글자 출력 프로그램
Dot Matrix: LED 를 matrix 형태로 배열 #define FPGA_DOT_COL_1    (0x ) #define FPGA_DOT_COL_2    (0x ) #define FPGA_DOT_COL_3    (0x11A00000) #define FPGA_DOT_COL_4    (0x11B00000) #define FPGA_DOT_COL_5    (0x11C00000) 0: on, 1: off Ex. 0 xooox oxxxo col[0]= b=0x41 col[1]= b=0x3E col[4]=0x41

3 글자 출력 방법 XXXXO XXXXX XXXOX Input data: 글자의 형태를 지정한 TXT 파일 예.
텍스트 파일을 입력으로 받아 dot matrix 에 출력 여러 개의 파일을 받아 차례로 출력 글자간의 출력 사이에 delay 를 줌 mmap 을 이용하여 작성하고, module 로 작성하지 않음 제출물 (Soft & hard copy) 설계 문서 : 알고리즘 설명 및 프로그램의 구조 소스코드 제출 및 검사 2주 후 수업시간 전에 제출 (클래스 별로 날짜 지정) 제출 후 각자 프로그램 수행하여 동작 확인 2인은 프로그램 내용 발표 가  XXXOX OOXOX XOXOX XOXOO 가  XXXXO OOOOO XXXXX XXXOX 혹은


Download ppt "LAB 2.."

Similar presentations


Ads by Google