rpi-fbcp/index.html
2013-08-13 22:16:09 -07:00

52 lines
1.7 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
<title>RPI-FBCP by tasanakorn</title>
</head>
<body>
<header>
<div class="container">
<h1>RPI-FBCP</h1>
<h2>Raspberry Pi utility. Used for mirror primary framebuffer to secondary framebuffer.</h2>
<section id="downloads">
<a href="https://github.com/tasanakorn/rpi-fbcp/zipball/master" class="btn">Download as .zip</a>
<a href="https://github.com/tasanakorn/rpi-fbcp/tarball/master" class="btn">Download as .tar.gz</a>
<a href="https://github.com/tasanakorn/rpi-fbcp" class="btn btn-github"><span class="icon"></span>View on GitHub</a>
</section>
</div>
</header>
<div class="container">
<section id="main_content">
<h1>
<a name="raspberry-pi-framebuffer-copy" class="anchor" href="#raspberry-pi-framebuffer-copy"><span class="octicon octicon-link"></span></a>Raspberry Pi Framebuffer Copy</h1>
<p>This program used for copy primary framebuffer to secondary framebuffer (eg. FBTFT). It require lastest raspberry pi firmware (&gt; 2013-07-11) to working properly.</p>
<h2>
<a name="build" class="anchor" href="#build"><span class="octicon octicon-link"></span></a>Build</h2>
<pre><code>$ mkdir build
$ cd build
$ cmake ..
$ make
</code></pre>
</section>
</div>
</body>
</html>