|
test
|
mpark | 62917 | | 2015-07-02 |
//------------------------------------------------------------------------------------------------------------ // // ODROID-C GPIO(LED) / ADC Test Application. // // Defined port number is wiringPi port number. // // Compile : gcc -o <creat...
|
11 |
Touch screen 실습 예제
|
mpark | 71010 | | 2015-05-27 |
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <fcntl.h>
#include <sys/ioctl.h>
/* for ioctl */
#include <sys/types.h>
#include <linux/fb.h> /* for fb_var_screeninfo, FBIOGET_VSCREENI...
|
10 |
NDSL LCD 점찍기 예제
|
mpark | 51153 | | 2015-05-12 |
#include <stdio.h> #include <stdlib.h> /* for exit */ #include <unistd.h> /* for open/close .. */ #include <fcntl.h> /* for O_RDWR */ #include <sys/ioctl.h> /* for ioctl */ #include <sys/mman.h> /* for mmap...
|
9 |
네모그리기 예제 소스
|
mpark | 50893 | | 2015-05-12 |
/* * fbrandrect.c : Frame buffer draw random rectangular example * * */ #include <stdio.h> #include <stdlib.h> /* for exit */ #include <unistd.h> /* for open/close .. */ #include <fcntl.h> /* for O_RDON...
|
8 |
fbpixel.c
|
mpark | 62485 | | 2015-05-06 |
#include <stdio.h> #include <stdlib.h>/* for exit */ #include <unistd.h> /* for open/close.. */ #include <fcntl.h> /* for O_RDONLY */ #include <sys/ioctl.h> /* for ioctl*/ #include <sys/types.h> /* for lsee...
|
7 |
ds_power.c
|
mpark | 52837 | | 2013-05-30 |
ds_power.c
|
6 |
lcddot.c
|
mpark | 54018 | | 2013-05-23 |
lcddot.c
|
5 |
fbinfo.c
|
mpark | 53341 | | 2013-05-23 |
fbinfo.c
|
4 |
dslinux 용 Makefile
|
mpark | 61819 | | 2013-05-17 |
CC=ucfront-gcc arm-linux-elf-gcc
CFLAGS=-O2 -g -fomit-frame-pointer -fno-common -fno-builtin -Wall -mswp-byte-writes -DCONFIG_NDS_ROM8BIT -mcpu=arm946e-s -mfpu=fpe3 -DEMBED -D__PIC__ -fpic -msingle-pic-base -Dlinux...
|
3 |
clcd 예제
|
mpark | 58464 | | 2013-05-02 |
#include <stdlib.h> #include <unistd.h> #include <sys/mman.h> #include <asm/fcntl.h> #include <stdio.h> #define ADDRLCD 0x12380000 #define ADDRLCD_CMD 0x12300000 void setcommand(unsigned short); void init_clc...
|
2 |
fnd & key device driver
|
mpark | 56248 | | 2013-04-02 |
Device drivers of fnd & key
|
1 |
Toolchain & Kernel source codes
|
ssllab | 55170 | | 2013-03-11 |
[Download]- Toolchain - Kernel source codes
|