The offical µGFX repository.
 
 
 
 
 
Go to file
Andrew Hannam c99accc70e Extracted font structure definitions, re-organised some files, added gdispS6d1121 driver
Created gdisp_fonts.h to describe the internal structure of a font.
Moved template directory to templates and created a sub-folder for each
low level driver type.
Moved the pre-defined font data and emulation code into better
locations.
Changed the emulation code to be included in the low level driver (where
it should be) instead of the high level driver.
Added new low level driver gdispS6d1121 (someone please test)
Updated and added new readme's.
2012-08-02 02:03:46 +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 Extracted font structure definitions, re-organised some files, added gdispS6d1121 driver 2012-08-02 02:03:46 +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>