Skip to content

riyas-org/rpi-fbcp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raspberry Pi Framebuffer Copy

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

Build

$ mkdir build

$ cd build

$ cmake ..

$ make 

Directly use the Binary

Copy to the fat32 portion ie /boot/ directory and then copy it to usr/local/bin via ssh

About

Raspberry Pi utility. Used to mirror primary framebuffer to secondary framebuffer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 87.2%
  • CMake 12.8%