Lab4
Dependencies: SeeedStudioTFTv2 TFT_fonts mbed
Fork of Seeed_TFT_Touch_Shield by
report.txt
- Committer:
- uswickra
- Date:
- 2014-09-26
- Revision:
- 6:ebffa73d4f95
File content as of revision 6:ebffa73d4f95:
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.