libam7xxx
0.1
Communication library for Actions Micro AM7XXX based USB projectors and DPFs
|
A struct describing device specific properties. More...
#include <am7xxx.h>
Data Fields | |
unsigned int | native_width |
The device native width. More... | |
unsigned int | native_height |
The device native height. More... | |
A struct describing device specific properties.
A user program may want to inspect these before providing data to the device. For instance, when sending an image the user may want to rescale it to the device native width and height in order to be sure the image will be displayed in its entirety.
unsigned int am7xxx_device_info::native_height |
unsigned int am7xxx_device_info::native_width |