/*
Istructions for the LOLDraw Library for the LOL Shield and Olimexino-328

The LOLDraw Library provides easy-to-use functions for drawing
geometrical figures.

To use it, copy the LOLDraw folder(with the .h and .cpp file inside)
to the libraries folder of the arduino environment.

Include it in your sketches like that:

#include "LOLDraw.h"

and call the functions like that:

LOLDraw::<Function name>(<param1>, <param2>...);
-------
The LOLDraw library features the following functions:
Point, Line, Triangle, Rectangle, Ellipse, Circle

For quick access to information on functions and parameters,
open the LOLDraw.h file

*/

