Raspberry Pi utility. Used for mirror primary framebuffer to secondary framebuffer.
Go to file
2020-12-24 01:17:03 +01:00
.gitignore
CMakeLists.txt Remove duplicates from CMakeLists. 2020-12-23 17:54:59 +01:00
compile.sh
main.c Bit more work. 2020-12-24 01:17:03 +01:00
main.c.orig
pitft.py
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