From 5bf24004c1bce632d56b4506a4330c3e360653b4 Mon Sep 17 00:00:00 2001 From: Tasanakorn Phaipool Date: Tue, 16 Jul 2013 20:18:22 +0700 Subject: [PATCH] Update readme file --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e053c3c --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +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