Skip to content

Framebuffer utilities for the Raspberry Pi

License

Notifications You must be signed in to change notification settings

StryderUK/raspifb16

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

raspifb16

This repository contains a C++ convenience library for directly manipulating the Linux Framebuffer. It was written specifically to access the 16 bit per pixel framebuffers found on the accessory LCD displays on the Raspberry Pi.

libraries

You will need to install libbsd-dev

sudo apt-get install libbsd-dev

libfb16

The library itself.

test

A very simple test program that displays text on /dev/fd1

raspinfo

A program to display Raspberry Pi specific system information directly on the framebuffer.

build

cd raspifb16
mkdir build
cd build
cmake ..
make

About

Framebuffer utilities for the Raspberry Pi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.3%
  • Shell 1.9%
  • CMake 0.8%