搜索资源列表

  1. framebuffer

    0下载:
  2. 帧缓冲#include <stdio.h> #include <stdlib.h> #include <string.h> #include <stdint.h> #include <unistd.h> #include <fcntl.h> #include <sys/ioctl.h> #include <
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-11-24
    • 文件大小:1kb
    • 提供者:hjintian
  1. capture

    0下载:
  2. //结构 struct fb_fix_screeninfo finfo struct fb_var_screeninfo vinfo //打开设备 fd = open["/dev/fb0", O_RDWR] if [!fd] { printf["Cannot open fr a mebuffer device.\n"] exit[1] }
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-11-24
    • 文件大小:4kb
    • 提供者:xiaoran1

源码中国 www.ymcn.org