⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 linux驱动开发详解光盘代码及工具
💻
字号:
  fb_display()Simple, cruel library function to display pictures on a framebuffer device.SYNOPSIS:extern void fb_display(unsigned char *rgbbuff,	int x_size, int y_size,	int x_pan, int y_pan,	int x_offs, int y_offs);extern void getCurrentRes(int *x,int *y);#define DEFAULT_FRAMEBUFFER	"/dev/..."or set FRAMEBUFFER="/dev/..." environment variable (takes precedense)fb_display recives:rgbbuff	- (Red Green Blue) triples in an unsigned char[] table,x_size	- x picture size,y_size	- y picture size,x_pan	- x panning in picture,y_pan	- y panning in picture,x_offs	- x offset on screen,y_offs	- y offset on screen.getCurrentRes sets:*x	- x screen size,*y	- y screen size.It uses some code from fbset utility, which I think is GPL'ed,so this code has to be GPL'ed too - and it is ;)And one more - if You use it, You have to mention You used it. ;)                    smoku / Stellar Technologies '2000                    <smoku@linux-pl.com>, http://s-tech.linux-pl.com

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -