한국어 Select Language
  • English
  • 中文(中国)
  • 日本語
  • Español
  • Русский
  • Français
  • 中文(臺灣)
Logo
  • Home
  • 교수님 소개
  • 연구 / 논문
  • 수업 / 강의
  • 이전 강의 / 수업
  • 게시판
Home 교수님 소개 연구실 소개
연구실 소개 교수님 소개 연구원 소개
연구 내용 논문 자료
임베디드 시스템
2009년 강의/수업 2010년 강의/수업 2012년 강의/수업
연구실 게시판 SEED

수업 / 강의

      임베디드 시스템
글 수 12
  • 회원 가입
  • 로그인
  • Skin Info
  • Tag list
  • List
  • Webzine
  • Gallery

lcddot.c

mpark
http://emb.incheon.ac.kr/xe/index.php?document_srl=11603
2013.05.23 11:25:08 (*.80.77.247)
43166

lcddot.c

이 게시물을...
  • lcddot.c (2.4KB)(718)
목록
번호
제목
글쓴이
조회 수
추천 수
날짜
12 네모그리기 예제 소스
mpark
39888   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...  
11 NDSL LCD 점찍기 예제
mpark
40102   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...  
10 ds_power.c file
mpark
41991   2013-05-30
ds_power.c  
9 fbinfo.c file
mpark
42199   2013-05-23
fbinfo.c  
lcddot.c file
mpark
43166   2013-05-23
lcddot.c  
7 Toolchain & Kernel source codes
ssllab
44225   2013-03-11
[Download]- Toolchain - Kernel source codes  
6 fnd & key device driver file
mpark
45373   2013-04-02
Device drivers of fnd & key  
5 test
mpark
46066   2015-07-02
//------------------------------------------------------------------------------------------------------------ // // ODROID-C GPIO(LED) / ADC Test Application. // // Defined port number is wiringPi port number. // // Compile : gcc -o <creat...  
4 clcd 예제
mpark
47450   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...  
3 dslinux 용 Makefile file
mpark
50676   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...  
2 fbpixel.c
mpark
50894   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...  
1 Touch screen 실습 예제
mpark
60093   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...  
목록
쓰기
첫 페이지 1 끝 페이지
검색 취소
  • Valid XHTML
  • POWERED BY ZEROBOARD
  • LAYOUT SKIN DESIGN BY SYSTEM SOFTWARE LAB
  • Home
  • 교수님 소개
  • 연구 / 논문
  • 수업 / 강의
  • 이전 강의 / 수업
  • 게시판
Logo