The offical µGFX repository.
 
 
 
 
 
Go to file
Andrew Hannam af3abeebad New (working) driver gdispNokia6610 + small syntax fix
Small syntax error fix in macro for some pixel formats.
gdispNokia6610 driver is tested (at least for filled rectangles) on
Olimex SAM7-EX256 using the GE8 controller. Board interface is
abstracted which should make it easy to add a new board interface.
The
2012-08-02 23:41:41 +10:00
demos added console demo 2012-07-22 23:55:46 +02:00
drivers lcdVerticalScroll() fix 2012-07-25 04:00:30 +02:00
glcd fix for console when x0 != 0 or y0 != 0 2012-07-25 23:38:32 +01:00
graph restructorizing 2012-07-18 03:42:05 +02:00
gui compiler warnings 2012-07-24 04:01:54 +02:00
halext New (working) driver gdispNokia6610 + small syntax fix 2012-08-02 23:41:41 +10:00
touchpad touchpad fix 2012-07-22 22:21:19 +02:00
LICENSE added license file 2012-06-07 22:38:30 +02:00
glcdconf.h added member shadow to guiNode_t struct 2012-07-09 02:57:40 +02:00
lcd.mk allow LCDLIB to be defined in Makefile 2012-07-26 17:05:54 +01:00
readme New GDISP driver 2012-07-31 00:25:07 +10:00

readme

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

## Wiki
please read the wiki pages to this project carefully, before you ask any questions:

http://chibios.org/dokuwiki/doku.php?id=chibios:community



## Maintainer & Contributors
Contributors:
				- Badger 		-> console implementation and FSMC
				- Abhishek 		-> font rendering
				- Ben William		-> fastMath and lcdDrawEllipse()
				- dxli (Dongxu Li)	-> lcdDrawEllipse() filled option
				- inmarket			-> ChibiOS'ify and retructure

Maintainer:
				- Joel Bodenmann aka Tectu <joel@unormal.org>