package
1.0.0
Repository: https://github.com/synthread/framebuffer.git
Documentation: pkg.go.dev

# README

Simple Application

This example demonstrates the setup of a simple framebuffer application. It loads an image and displays it on screen.

Usage

$ go build
$ ./simpleapp

Press ^C to stop the application.