2013-08-14 07:23:31 +02:00
<!doctype html>
2013-08-14 07:16:09 +02:00
< html >
< head >
2013-08-14 07:23:31 +02:00
< meta charset = "utf-8" >
2013-08-14 07:16:09 +02:00
< meta http-equiv = "X-UA-Compatible" content = "chrome=1" >
< title > RPI-FBCP by tasanakorn< / title >
2013-08-14 07:23:31 +02:00
< 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 >
2013-08-14 07:16:09 +02:00
< body >
2013-08-14 07:23:31 +02:00
< div class = "wrapper" >
< header >
2013-08-14 07:16:09 +02:00
< h1 > RPI-FBCP< / h1 >
2013-08-14 07:23:31 +02:00
< 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 >
2013-08-14 07:16:09 +02:00
< 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 >
2013-08-14 07:23:31 +02:00
< 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 >
2013-08-14 07:16:09 +02:00
< / div >
2013-08-14 07:23:31 +02:00
< script src = "javascripts/scale.fix.js" > < / script >
2013-08-14 07:16:09 +02:00
< / body >
< / html >