Lab4

Dependencies:   SeeedStudioTFTv2 TFT_fonts mbed

Fork of Seeed_TFT_Touch_Shield by Shields

Revision:
6:ebffa73d4f95
diff -r b33fc1aa8d33 -r ebffa73d4f95 report.txt
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/report.txt	Fri Sep 26 15:33:34 2014 +0000
@@ -0,0 +1,24 @@
+Lab 4 Report
+Udayanga Wickramasinghe
+uswickra@umail.iu.edu
+
+1. Results
+==============
+
+I was able to program LCD touch display and create a user interface for Phone and Text messaging. Two screens were created that basically 
+involved creating a basic UI framework. However I had difficulty configuring touch input since somehow my display does not recognize touch
+properly even after calibration.
+
+
+2. Difficulties
+===================
+It was extremely difficult to configure touch input for the LCD since somehow it is not calibrating properly even after using #calibrate
+function and tweaking the threshold values.
+I had to initially put some thought into designing a basic UI framework which involved panels and buttons ,etc, but after the inital design
+phase was over, creating a functional UI was fairly easy.
+        
+
+3. Things I Learnt
+==================
+
+Learnt how to interact with LCD output and input techniques and also working state machine involved with UI interactions.
\ No newline at end of file