Scriptel ScripTouch ProScript C Library
This documentation contains information about the ScripTouch ProScript C Library.
Data Fields
scriptel_hid_feature_display_settings Struct Reference

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.
 

Detailed Description

This structure contains information about dynamic display settings.

Field Documentation

◆ brightness

unsigned char brightness

Brightness of the screen's back-light (if equipped).

Set 0 for off and 100 for full brightness.

◆ contrast

unsigned char contrast

Contrast setting of the screen's display (if equipped).

Set 0 for no contrast and 100 for full contrast.


The documentation for this struct was generated from the following file: