Raspberry Pi utility. Used for mirror primary framebuffer to secondary framebuffer.
Go to file
Relintai fdd544f3e0 Re-enable the default process method. 2020-12-24 02:20:16 +01:00
.gitignore Init 2013-07-16 19:54:36 +07:00
CMakeLists.txt Re-enable the default process method. 2020-12-24 02:20:16 +01:00
README.md Update readme file 2013-07-16 20:18:22 +07:00
compile.sh Added a compile script. Aslo small changes to main. 2020-12-23 17:52:22 +01:00
main.c Re-enable the default process method. 2020-12-24 02:20:16 +01:00
main.c.orig Quick-n-dirty rectangles test 2017-11-09 22:36:11 -08:00
pitft.py Remove the build dir if already exists. 2020-12-23 17:09:44 +01: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