Added doxygen docu for touch module

This commit is contained in:
t-moe
2015-05-11 19:36:04 +02:00
parent 21edc56c57
commit a175a2f6b0
2 changed files with 88 additions and 14 deletions

View File

@@ -39,7 +39,7 @@
#define TRANSPARENT ((uint16_t)0x80C2)
/**
* Initializes the display
* Initializes the display. Call this method before using any tft_* functions
* @return true on success
*/
bool tft_init();