Overview
A core library without the hassle
This is the core Arduboy library which aims to provide a common library to develop around for consistency among programs and to make interfacing with the hardware easier. With this library you spend more time doing what you want and less doing what you don't.
Hardware management
The library manages the hardware including configuring pins, setting up the display, providing an interface for changing the RGB LED, and more. These are all things you would have to do yourself if you started from scratch. It also provides a software-side screen buffer to make it easy to draw things to the display.
The library is extensible
If you'd like to build on the core, the library makes things reasonably accessible for extension with your own classes that provide things more suited to your program's needs.
Give the library a spin! Install the library to begin developing programs with it.