the use of FBdriver
摘要:
the use ofFBdriverfirst open a device file,open("/dev/fb0",O_RDWR)then make a vinfo,ioctl(*p,FBIOGET_VSCREENINFO,&vinfo)then get the vinfo's size to a buffer;then,mmap the bufferthen,memset the va... 阅读全文
posted @ 2010-11-05 09:27 呵呵,呵呵 阅读(211) 评论(0) 推荐(0) 编辑