typedef struct { VMUINT8 pwm_level; } vm_dcl_pwm_level_t;
typedef struct { VMUINT8 pwm_level; } vm_dcl_pwm_level_t;
This is used in vm_dcl_control() for VM_PWM_CMD_SET_LEVEL control command. Using this command, an application can set the brightness of the keypad LED PWM. The sample code is in the description of VM_DCL_PWM_CONTROL_COMMAND.
vmdcl_pwm.h
|
Members |
Description |
|
VMUINT8 pwm_level; |
The keypad LED supports 3 levels (0, 1, 2). 0 means to stop PWM. 1 means 50% of brightness. 2 means 100% of brightness. |
Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at
support@toolsfactory.com.