The offical µGFX repository.
 
 
 
 
 
Go to file
Andrew Hannam 37c1266a51 Fix fonts nd fix debug symbols
Fixed fonts for draw/fill char/string. On my display I require
GDISP_SOFTWARE_TEXTFILLDRAW for filled char/string but that may because
my display blit may be broken.
Also found that code in header files doesn't have debug symbols
generated for it so I converted the include files that contained code
into real C files and altered the halext.mk to match.
2012-08-04 02:23:05 +10:00
demos added new license headers to all files, expect /halext 2012-08-02 22:15:55 +02:00
drivers added new license headers to all files, expect /halext 2012-08-02 22:15:55 +02:00
glcd added new license headers to all files, expect /halext 2012-08-02 22:15:55 +02:00
graph added new license headers to all files, expect /halext 2012-08-02 22:15:55 +02:00
gui added new license headers to all files, expect /halext 2012-08-02 22:15:55 +02:00
halext Fix fonts nd fix debug symbols 2012-08-04 02:23:05 +10:00
touchpad added new license headers to all files, expect /halext 2012-08-02 22:15:55 +02:00
contributors.txt contributors update 2012-08-02 23:59:00 +02:00
glcdconf.h added new license headers to all files, expect /halext 2012-08-02 22:15:55 +02:00
lcd.mk allow LCDLIB to be defined in Makefile 2012-07-26 17:05:54 +01:00
license.txt added license.txt 2012-08-02 22:06:51 +02: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>