diff options
author | Tectu <joel@unormal.org> | 2012-07-22 23:55:46 +0200 |
---|---|---|
committer | Tectu <joel@unormal.org> | 2012-07-22 23:55:46 +0200 |
commit | c8662cad57ce842b12897ad8de4ab404b5559ddf (patch) | |
tree | 9ec97b4fd99ca4b3e5800e3696d809aae082c978 /demos/README | |
parent | 1634d546972073df17d04e2089e9d8418acedfee (diff) | |
download | uGFX-c8662cad57ce842b12897ad8de4ab404b5559ddf.tar.gz uGFX-c8662cad57ce842b12897ad8de4ab404b5559ddf.tar.bz2 uGFX-c8662cad57ce842b12897ad8de4ab404b5559ddf.zip |
added console demo
Diffstat (limited to 'demos/README')
-rw-r--r-- | demos/README | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/demos/README b/demos/README index e95314f7..a15ebd51 100644 --- a/demos/README +++ b/demos/README @@ -2,17 +2,3 @@ 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 - |