diff options
author | Tectu <joel@unormal.org> | 2012-06-13 10:14:02 +0200 |
---|---|---|
committer | Tectu <joel@unormal.org> | 2012-06-13 10:14:02 +0200 |
commit | d53551fb38418a063dcca0898c92349006c0e3e4 (patch) | |
tree | d201d4f6c2fe4ed44727931a392d89f133d1787d /demos/README | |
parent | cb0cbb29e89bc84e1a56794177c9e8325bf4a32d (diff) | |
download | uGFX-d53551fb38418a063dcca0898c92349006c0e3e4.tar.gz uGFX-d53551fb38418a063dcca0898c92349006c0e3e4.tar.bz2 uGFX-d53551fb38418a063dcca0898c92349006c0e3e4.zip |
added demos folder
Diffstat (limited to 'demos/README')
-rw-r--r-- | demos/README | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/demos/README b/demos/README new file mode 100644 index 00000000..e95314f7 --- /dev/null +++ b/demos/README @@ -0,0 +1,18 @@ +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 + |