Welcome![Sign In][Sign Up]
Location:
Search - fb_fix_screeninfo.xr

Search list

[Linux-Unixcapture

Description: //结构 struct fb_fix_screeninfo finfo struct fb_var_screeninfo vinfo //打开设备 fd = open["/dev/fb0", O_RDWR] if [!fd] { printf["Cannot open framebuffer device.\n"] exit[1] } //取得固定信息 if [ioctl[fd, FBIOGET_FSCREENINFO, &finfo]] { printf["Error reading fixed information.\n"] exit[1] } if [ioctl[fd, FBIOGET_VSCREENINFO, &vinfo]] { printf["Error reading variable information.\n"] exit[1] }
Platform: | Size: 4096 | Author: xiaoran1 | Hits:

CodeBus www.codebus.net