| 
    Scriptel ScripTouch ProScript C Library
    
   This documentation contains information about the ScripTouch ProScript C Library. 
   | 
 
This structure contains information about pen parameters. More...
#include <scriptel-hid-reports.h>
Data Fields | |
| unsigned char | report_id | 
| Report ID, should be set to SCRIPTEL_FEATURE_PENPARAMETERS.  | |
| unsigned short | proximity | 
| Proximity of the pen.  | |
| unsigned short | auto_pen_threshold | 
| Automatic pen threshold.  | |
| unsigned short | auto_touch_threshold | 
| Automatic touch threshold.  | |
| unsigned char | adc_average | 
| Amount of ADC averaging.  | |
| unsigned char | coordinate_average | 
| Amount of Coordinate averaging.  | |
| unsigned short | offset_interval | 
| Offset interval.  | |
| unsigned char | debounce_pre_down | 
| De-bounce pre-down amount.  | |
| unsigned char | debounce_post_down | 
| De-bounce post-down amount.  | |
| unsigned char | debounce_pre_up | 
| De-bounce pre-up amount.  | |
| unsigned char | debounce_post_up | 
| De-bounce post-up amount.  | |
| unsigned char | error_correction_enable | 
| Whether or not error correction is enabled.  | |
| unsigned char | reserved_1 | 
| Reserved for future use.  | |
| unsigned char | offset_correction_enable | 
| Whether or not offset correction is enabled.  | |
| unsigned char | reserved_2 | 
| Reserved for future use.  | |
| unsigned char | tip_inverted | 
| Whether or not the tip switch is inverted.  | |
| unsigned char | reserved_3 | 
| Reserved for future use.  | |
| unsigned short | interrupt_rate | 
| Interrupt rate.  | |
This structure contains information about pen parameters.