libtiepie
0.3.0
|
Functions | |
uint32_t | ScpGetResolutions (TpDeviceHandle_t hDevice, uint8_t *pList, uint32_t dwLength) |
uint8_t | ScpGetResolution (TpDeviceHandle_t hDevice) |
uint8_t | ScpSetResolution (TpDeviceHandle_t hDevice, uint8_t byResolution) |
bool8_t | ScpIsResolutionEnhanced (TpDeviceHandle_t hDevice) |
bool8_t | ScpIsResolutionEnhancedEx (TpDeviceHandle_t hDevice, uint8_t byResolution) |
uint8_t ScpGetResolution | ( | TpDeviceHandle_t | hDevice | ) |
Get current resolution
hDevice | a device handle |
uint32_t ScpGetResolutions | ( | TpDeviceHandle_t | hDevice, |
uint8_t * | pList, | ||
uint32_t | dwLength | ||
) |
Get array with supported resolutions
hDevice | a device handle |
pList | pointer to array |
dwLength | number of elements in array |
bool8_t ScpIsResolutionEnhanced | ( | TpDeviceHandle_t | hDevice | ) |
Check if current resolution is enhanced
hDevice | a device handle |
1
if current resolution is enhanced, 0
otherwise bool8_t ScpIsResolutionEnhancedEx | ( | TpDeviceHandle_t | hDevice, |
uint8_t | byResolution | ||
) |
Check if resolution is enhanced
hDevice | a device handle |
byResolution | resolution in bits |
1
if resolution is enhanced, 0
otherwise uint8_t ScpSetResolution | ( | TpDeviceHandle_t | hDevice, |
uint8_t | byResolution | ||
) |
Set resolution
hDevice | a device handle |
byResolution | resolution in bits |