Raspberry Pi Framebuffer Copy. This program used for copy primary framebuffer to secondary framebuffer (eg. FBTFT).
 
 
Go to file
masbog 5e03073fc5
Update main.c
Fix warning: implicit declaration of function 'ioctl' [-Wimplicit-function-declaration] on "make" after "cmake"
2018-02-18 04:39:02 +07:00
.gitignore
CMakeLists.txt
README.md
main.c

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