ugfx/demos
Tectu a52e732564 gui demo cleanup 2012-07-09 02:45:01 +02:00
..
drawing BaseSequentialStream support 2012-06-19 22:48:19 +01:00
gui gui demo cleanup 2012-07-09 02:45:01 +02:00
powermodes added power modes demo 2012-06-23 16:00:52 +02:00
README added demos folder 2012-06-13 10:14:02 +02:00

README

This are a few demos, showing how to use the library.

Please note that this are not compilable projects.


Your boarfile do need to contain the following informations:

	#define TP_PORT				GPIOC
	#define TP_IRQ				4
	#define TP_CS				6

	#define LCD_DATA_PORT		GPIOE
	#define LCD_CMD_PORT		GPIOD
	#define LCD_CS				12
	#define LCD_RS				13
	#define LCD_WR				14
	#define LCD_RD				15