嵌入式Linux C应用编程——Framebuffer应用编程

在 Linux 系统中,显示设备被称为
FrameBuffer 设备(帧缓冲设备),LCD 显示屏即属于 FrameBuffer 设备。FrameBuffer 设备对应的设备文件为
/dev/fbX(X 为数字,如 0、1、2、3 等),Linux 最多可支持 32 个 FrameBuffer 设备,分别为
/dev/fb0
/dev/fb31。开发板出厂系统中,
/dev/fb0 设备节点便是 LCD 屏。

赞(0)
未经允许不得转载:小狮博客 » 嵌入式Linux C应用编程——Framebuffer应用编程
分享到: 更多 (0)

联系我们