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.