mirror of
https://github.com/Relintai/rpi-fbcp.git
synced 2025-03-10 14:33:24 +01:00
56 lines
2.1 KiB
HTML
56 lines
2.1 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
|
<title>RPI-FBCP by tasanakorn</title>
|
|
|
|
<link rel="stylesheet" href="stylesheets/styles.css">
|
|
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
|
<!--[if lt IE 9]>
|
|
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
|
<![endif]-->
|
|
</head>
|
|
<body>
|
|
<div class="wrapper">
|
|
<header>
|
|
<h1>RPI-FBCP</h1>
|
|
<p>Raspberry Pi utility. Used for mirror primary framebuffer to secondary framebuffer.</p>
|
|
|
|
<p class="view"><a href="https://github.com/tasanakorn/rpi-fbcp">View the Project on GitHub <small>tasanakorn/rpi-fbcp</small></a></p>
|
|
|
|
|
|
<ul>
|
|
<li><a href="https://github.com/tasanakorn/rpi-fbcp/zipball/master">Download <strong>ZIP File</strong></a></li>
|
|
<li><a href="https://github.com/tasanakorn/rpi-fbcp/tarball/master">Download <strong>TAR Ball</strong></a></li>
|
|
<li><a href="https://github.com/tasanakorn/rpi-fbcp">View On <strong>GitHub</strong></a></li>
|
|
</ul>
|
|
</header>
|
|
<section>
|
|
<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 (> 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>
|
|
<footer>
|
|
<p>This project is maintained by <a href="https://github.com/tasanakorn">tasanakorn</a></p>
|
|
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
|
|
</footer>
|
|
</div>
|
|
<script src="javascripts/scale.fix.js"></script>
|
|
|
|
</body>
|
|
</html> |