2013-07-21 20:02:57 +00:00
|
|
|
/*
|
|
|
|
* This file is subject to the terms of the GFX License. If a copy of
|
|
|
|
* the license was not distributed with this file, you can obtain one at:
|
|
|
|
*
|
|
|
|
* http://ugfx.com/license.html
|
|
|
|
*/
|
2013-02-11 08:25:45 +00:00
|
|
|
|
|
|
|
/**
|
2013-07-21 20:02:57 +00:00
|
|
|
* @mainpage uGFX
|
2013-02-11 08:25:45 +00:00
|
|
|
* @author Joel Bodenmann (joel@unormal.org).
|
|
|
|
*
|
2013-07-21 20:02:57 +00:00
|
|
|
* <h2>uGFX</h2>
|
|
|
|
* µGFX is a library to interface different displays and touchscreen
|
|
|
|
* to your embedded application. Extreme low system requirements are our
|
|
|
|
* goal. A complete GUI toolkit is provided.
|
2013-02-11 08:25:45 +00:00
|
|
|
*
|
2013-05-20 03:59:28 +00:00
|
|
|
* <h2>Documentation</h2>
|
2013-07-21 20:02:57 +00:00
|
|
|
* - http://ugfx.org
|
2013-05-20 03:59:28 +00:00
|
|
|
*
|
|
|
|
* <h2>License</h2>
|
2013-07-21 20:02:57 +00:00
|
|
|
* - http://ugfx.org/license.html
|
2013-02-11 08:25:45 +00:00
|
|
|
*/
|
|
|
|
|