Creating a project for TT_Mxx

Revision:
1:40799c64129e
Parent:
0:1159c687a20f
--- a/main.cpp	Thu Mar 21 09:44:17 2019 +0000
+++ b/main.cpp	Thu Mar 21 09:46:24 2019 +0000
@@ -78,5 +78,14 @@
 
 int main()
 {
-    
+  HTU21D htu;
+  printf("%s\r\n",DISPLAY_TMPM_STRING);
+#ifdef TEST_LCD
+  tft.init();
+#endif
+  displayForHTU21D(tft,htu);
+  handleLCDForHTU21D(tft,htu);
+  while(1)
+  {
+  }
 }
\ No newline at end of file