libam7xxx  0.1
Communication library for Actions Micro AM7XXX based USB projectors and DPFs
libam7xxx
Author
Antonio Ospite ao2@a.nosp@m.o2.i.nosp@m.t

Website: http://git.ao2.it/libam7xxx.git

Introduction

libam7xxx is an Open Source library to communicate via USB with projectors and Digital Picture Frames based on the Actions Micro AM7XXX family if ICs.

libam7xxx makes it possible to use these devices as USB displays on non-Windows Operating Systems like GNU/Linux or Android/Linux just to name a few, and on non-PC platforms like for instance mobile phones, tablets or game consoles.

Check am7xxx.h for the public API documentation.

Supported Devices

Design Overview

libam7xxx provides access to devices via two structs:

Either or both of these structs are passed to the functions in order to interact with the hardware. The USB access is handled by libusb-1.0, which should work in a mostly non-blocking fashion across all platforms (see function documentation for specifics).

The API and the project structure has been inspired by libfreenect.