|
Scriptel ScripTouch ProScript C Library
This documentation contains information about the ScripTouch ProScript C Library.
|
This structure contains information about dynamic display settings. More...
#include <scriptel-hid-reports.h>
Data Fields | |
| unsigned char | report_id |
| Report ID, should always be SCRIPTEL_FEATURE_DISPLAYSETTINGS. | |
| unsigned char | brightness |
| Brightness of the screen's back-light (if equipped). More... | |
| unsigned char | contrast |
| Contrast setting of the screen's display (if equipped). More... | |
| unsigned char | red |
| Red adjustment value, currently unused. | |
| unsigned char | green |
| Green adjustment value, currently unused. | |
| unsigned char | blue |
| Blue adjustment value, currently unused. | |
| unsigned char | set_command |
| This flag determines the how the device will apply the settings in this report. | |
This structure contains information about dynamic display settings.
| unsigned char brightness |
Brightness of the screen's back-light (if equipped).
Set 0 for off and 100 for full brightness.
| unsigned char contrast |
Contrast setting of the screen's display (if equipped).
Set 0 for no contrast and 100 for full contrast.