DISPLAY_CAL Struct Reference

#include <inkustr.h>

List of all members.

Public Attributes

INT8S xOffset
INT8S yOffset
INT16U xGain
INT16U yGain


Detailed Description

Display calibration information. This defines the constants that map from the calculated ADC value to the physical pixel on the LCD for auto-inking purposes.
Note that these values are only used for auto inking and do not effect direct access from the host to the LCD display.
The formula used within the firmware to calculate the given LCD position is:

f(x) = x*gain + offset

Definition at line 260 of file inkustr.h.


Member Data Documentation

INT16U DISPLAY_CAL::xGain
 

Definition at line 263 of file inkustr.h.

INT8S DISPLAY_CAL::xOffset
 

Definition at line 261 of file inkustr.h.

INT16U DISPLAY_CAL::yGain
 

Definition at line 264 of file inkustr.h.

INT8S DISPLAY_CAL::yOffset
 

Definition at line 262 of file inkustr.h.


Generated on Tue Nov 21 11:11:29 2006 for ePadAPIs by  doxygen 1.4.6-NO