본문 바로가기

IT/SW15

Frame buffer 란 Frame buffer 란DirectFB + GTK+Frame: 화면에 출력될 한 장의 그림 + buffer : 저장할 공간linux 시스템에서 그래픽을 표현할 수 있는 하드웨어.즉, PC라면 그래픽 카드가 되며, 하드웨어를 user level application이 제어할 수 있도록 만들어진 device driver를 frame buffer driver라고 말할 수 있습니다.그런데 application 작성자가 코딩을 할 수 있어야 하므로 어떠한 표준화된 interface를 가지고 있다. 2018. 7. 11.
DirectFB + GTK+ (cross compile) DirectFB + GTK+ (cross compile)DirectFB + GTK+설치 방법 참조 http://www.directfb.org/wiki/index.php/Projects:GTK_on_DirectFB_for_Embedded_Systems 1. 폴더 생성 /opt/gtkdfb/usr/local에 install 예정 2. 환경 변수 설정 (fedora쪽에서 설정하기) /opt/eldk/ppc_4xxFP/opt/gtkdfb/usr/local $ export PREFIX=/opt/eldk/ppc_4xxFP/opt/gtkdfb/usr/local $ export LD_LIBRARY_PATH=$PREFIX/lib $ export PKG_CONFIG_PATH=$LD_LIBRARY_PATH/pkgconfig.. 2018. 7. 11.
DirectFB + GTK+ (target compile) DirectFB + GTK+ (target compile)DirectFB + GTK+GTK+ - The GTK+ library which includes the GTK-DFB backend Cairo - The 2D vectorial drawing library that GTK relies upon starting from version 2.8.0 Pango - GTK+ font rendering library GLib - A Library that extends libc functions ATK - GTK+ accessibility toolkit 날짜 수정. date 060710392010 2010년 6월 7일 10시 39분 설정. http://blog.163.com/a3563@126/blog/stat.. 2018. 7. 11.
DirectFB + GTK+ 설치 순서 DirectFB + GTK+ 설치 순서DirectFB + GTK+cairo를 설치하기 위해선fontconfig를 font backend를 위한 최소사양으로 반드시 설치 필요.fontconfig에서는 freetype을 참조해야함으로 반드시 설치필요. 1. freetype 설치2. fontconfig 설치 2018. 7. 11.