Calibration Routine for TC553/852 Controllers

Post a reply

Smilies
:D :) :( :o :shock: :? 8) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :arrow: :| :mrgreen: :snakeman: :ANAL: :axe: :butthead: :rolleyes: :finga: :drinkers: :bear: :tonqe: :rock: :vom: :goodman: :fball: :partyman: :prayer: :supz: :heart: :toimonster: :weedman: :yawinkle: :alien: :bom: :drunken: :albino: :bigsmurf: :blackeye: :bounce: :brilsmurf:
View more smilies

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Calibration Routine for TC553/852 Controllers

Re: Calibration Routine for TC553/852 Controllers

by vivat » Fri Apr 11, 2008 12:24 pm

When the touch screen calibration was completed, regardless the outcome (succeeded or not) "Done" or "Please repeat calibration" message will appear and the controller will send the "!" (exclamation mark). You can verify your controller's responses by using a Windows HyperTerminal. To start the touch screen calibration, use the following commands:

Code: Select all

Ctrl + y, Ctrl + a

We will need to modify the TC553/852 controller firmware to include the 2 different responses by the controller according to the calibration outcome (succeeded or not).

Calibration Routine for TC553/852 Controllers

by krrupert » Thu Apr 10, 2008 5:13 pm

I am trying to add the ability to calibrate the touch screen in my program. The problem is once the routine is finished, it just goes to a black screen that says done. I want to be able to know when the routine is finished so that I can reload the screen I had before. I have tried waiting for a '!' but this ends up being an infinite loop. I just need to know what the module sends out on the TX line that my micro can read to know the operation is complete. Thanks in advance.

Top