Welcome![Sign In][Sign Up]
Location:
Search - framebuffer

Search list

[Embeded Linuxlcd_test2.tar

Description: 在6410開發板上,framebuffer上畫上格子圖-In 6410 development board, framebuffer painted on a trellis diagram
Platform: | Size: 5120 | Author: lancelotlee | Hits:

[Graph programframebuffer_example

Description: framebuffer编程实例,简单的演示了一下framebuffer的应用-framebuffer programming example
Platform: | Size: 1024 | Author: t9536730chenlu | Hits:

[JSP/Javatest_stn

Description: Framebuffer STN屏显示图片-Framebuffer STN screen display picture
Platform: | Size: 1024 | Author: g42409867jidip | Hits:

[Linux-Unixfbtext-0.0.9d.tar

Description: 基于FrameBuffer文字显示,非常好用,可以看到基于framebuffer原理-Based on FrameBuffer text display, very easy to use, you can see based on the principle of framebuffer
Platform: | Size: 2550784 | Author: 蔡永志 | Hits:

[Linux-Unixframebuffer

Description: Linux环境下LCD的操作,通过内存映射,在LCD上显示和绘制。-Linux environment LCD operation, through memory mapping, display, and draw on the LCD.
Platform: | Size: 758784 | Author: chen | Hits:

[Linux driver25fb_drv_doublebuffer

Description: 开发板4412_ARM9开发,通过framebuffer控制电容屏,设置部分驱动方法:* 需要先关闭内核中的framebuffer驱动,否则会冲突 make menuconfig -> Device Drivers -> Graphics support -> Samsung S3C framebuffer support 同时要确保CONFIG_FB_S3C_NR_BUFFERS生成 程序里面有详细注释,中文注释-Development board 4412_ARM9 development, through the framebuffer control capacitor screen, set the part of the drive method:* need to turn off the kernel framebuffer driver, otherwise it will conflict ?Make menuconfig-> Device Drivers-> Graphics support-> Samsung S3C framebuffer support ?Also ensure that CONFIG_FB_S3C_NR_BUFFERS is generated Procedures which have detailed notes, the Chinese Notes
Platform: | Size: 21504 | Author: 罗姆 | Hits:

[Linux driverV4L2

Description: 基于V4L2的UVC摄像头捕获并用framebuffer显示的示例程序-V4L2 based on the UVC camera capture and display with framebuffer sample program
Platform: | Size: 741376 | Author: jack | Hits:

[Otherbuffer_type

Description: buffer is used for storing purpose
Platform: | Size: 46080 | Author: aslaaam | Hits:

[Linux-Unixlibggi-2.2.2

Description: LibGGI试图建立一个一般性的图形接口,而这个抽象接口连同相关的输入(鼠标、键盘、游戏杆等)抽象接口一起,可以方便地运行在X Window、SVGALib、FrameBuffer等等之上。建立在LibGGI之上的应用程序,不需重新编译,就可以在上述这些底层图形接口上运行。(Linux graphics library)
Platform: | Size: 529408 | Author: developerpu | Hits:

[OtherDisplay

Description: 完成了整帧刷新的功能,基于Nodic 52832开发,移植直接更换一下spi接口在加个头文件就可以(Complete the frame refresh function, based on the development of Nodic 52832, have to replace the SPI interface when transplant.)
Platform: | Size: 4096 | Author: 犹眠 | Hits:

[OpenGL programSDL入门教程

Description: SDL 是Simple DirectMedia Layer (简易直控媒体层)的缩写。它是一个跨平台的多媒 体库, 以用于直接控制底层的多媒体硬件的接口。这些多媒体功能包括了音频、键盘和鼠标 (事件)、游戏摇杆等。当然,最为重要的是提供了2D 图形帧缓冲( framebuffer )的接口, 以及为OpenGL 与各种操作系统之间提供了统一的标准接口以实现3D 图形。从这些属性我 们可以看出, SDL 基本上可以认为是为以电脑游戏为核心开发的多媒体库。(SDL is the abbreviation of the Simple DirectMedia Layer (simple direct control media layer). It's a cross platform multi - medium A body library, which is used to directly control the interface of the underlying multimedia hardware. These multimedia functions include audio, keyboard, and mouse (event), game rocker, etc. Of course, the most important thing is to provide an interface to the 2D graphics frame buffer (framebuffer). And provide a unified standard interface between OpenGL and various operating systems to implement 3D graphics. From these attributes I As you can see, SDL is basically thought to be a multimedia library that is developed at the core of computer games.)
Platform: | Size: 202752 | Author: donggua209 | Hits:

[Linux-UnixAccessPort137

Description: 大家都知道Unix/Linux系統是由指令驅動的。那么最基本的系統是指令行的(就是想DOS一樣的介面)。X-Window-System是Unix/Linux上的圖形系統,它是通過X-Server來控制硬體的。但有一些Linux的發行版在啟動的時候就會在螢幕上出現圖形,這時的圖形是不可能由X來完成的,那是什么機制呢?答案是FrameBuffer。 FrameBuffer不是一個圖形系統,更不是視窗系統。它比X要低級,簡單來說FrameBuffer就是一種機制的實現。這種機制是把螢幕上的每個點對映成一段線性記憶體空間,程式可以簡單的改變這段記憶體的值來改變螢幕上某一點的色彩。X的高度可攜式性就是來自于這種機制,不管是在那種圖形環境下,只要有這種機制的實現就可以執行X。所以在几乎所有的平台上都有相應的X版本的移植。(FrameBuffer is not a graphics system, nor is it a windows system. It is lower than X, FrameBuffer is simply a mechanism to achieve. This mechanism is to map each point of the screen into a linear memory space, the program can simply change the value of this memory to change the color of a point on the screen. X's high degree of portability comes from this mechanism, regardless of the graphical environment, as long as the implementation of this mechanism can be implemented X. So in almost all platforms have a corresponding X version of the transplant.)
Platform: | Size: 422912 | Author: 小小強 | Hits:

[Embeded-SCM Developlcd_test-master

Description: 用在arm linux上的LCD显示屏测试程序,基于底层framebuffer,显示color bar(The LCD display test program on the arm linux, based on the underlying framebuffer, displays the color bar)
Platform: | Size: 1024 | Author: cangcanglang | Hits:

[Linux-Unixfbv

Description: Linux framebuffer 显示图片,支持jpg,bmp,png,旋转,缩放(Linux framebuffer demo jpg,bmp,png display)
Platform: | Size: 44032 | Author: Dovey_x | Hits:

[Linux-Unixframebuff

Description: 适合初学者学习,该代码体现了使用framebuff技术在lcd屏幕上画点、先、面、图片以及汉字(This code is suitable for beginners to learn. It reflects the use of framebuff technology to draw points, first, face, pictures and Chinese characters on the LCD screen)
Platform: | Size: 169984 | Author: Utopia001 | Hits:
« 1 2 ... 21 22 23 24 25 26»

CodeBus www.codebus.net