This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
sdl_app [2017/09/01 15:57] 1.241.172.144 |
sdl_app [2017/09/01 16:00] (current) 1.241.172.144 |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| Key Pad 를 이용해 image file 을 읽어 화면에 출력 하거나 그림을 그리고 글자를 출력한다. | Key Pad 를 이용해 image file 을 읽어 화면에 출력 하거나 그림을 그리고 글자를 출력한다. | ||
| + | 한글을 사용하기 위해서는 UTF-8로 작성되어야 한다. | ||
| TODO : Touch screen | TODO : Touch screen | ||
| Line 7: | Line 8: | ||
| Source Code | Source Code | ||
| + | /* Application Action | ||
| + | Key : Test Action | ||
| + | F1 : make Blue Screen | ||
| + | F2 : Display VI_logo.bmp | ||
| + | F3 : Display String.. | ||
| + | F4 : Clear Screen | ||
| + | ENTER : Exit App | ||
| + | */ | ||
| + | | ||
| #include <stdio.h> | #include <stdio.h> | ||
| #include <stdint.h> | #include <stdint.h> | ||