Raspberry Pi utility. Used for mirror primary framebuffer to secondary framebuffer.
Go to file
Phillip Burgess 2d885fc8b2 Quick-n-dirty rectangles test 2017-11-09 22:36:11 -08:00
.gitignore
CMakeLists.txt Add missing include path 2013-07-17 09:13:13 +07:00
README.md Update readme file 2013-07-16 20:18:22 +07:00
main.c Quick-n-dirty rectangles test 2017-11-09 22:36:11 -08:00
main.c.orig Quick-n-dirty rectangles test 2017-11-09 22:36:11 -08:00

README.md

Raspberry Pi Framebuffer Copy

This program used for copy primary framebuffer to secondary framebuffer (eg. FBTFT). It require lastest raspberry pi firmware (> 2013-07-11) to working properly.

Build

$ mkdir build

$ cd build

$ cmake ..

$ make