X52 pro MFD library is the MFD LED library source code for the SAITEK X52 Pro Flight Sytem. The library is written in C and requires libusb for building. The library does not deal with the HID part of the joystick since this feature is already fully supported by the linux kernel 2.6.x.
The MFD and the LEDs are fully usable now:
· 3x16 Char Alphanumeric Display
· Time and Date Display
· Button LEDs (most of them bi-color)
The library itself consists of the x52pro.c and the x52pro.h file. Programs which want to use the library have to link "x52pro.o" and the libusb. For more details please have a look at the Makefile supplied with this package. The Makefile builds a test program named x52test.
With the x52test program it is possible to test all the features of the library:
· x52test text 0 'First Line'
· x52test text 1 'Second Line'
· x52test text 2 'Third Line'
· x52test bri 0 40
· x52test bri 1 50
· x52test led 1 1
· x52test time 1 12 20
· x52test date 7 10 17
What's New in This Release:
· This release improves build scripts for installing executables and shared objects into the proper system paths.
· A man page has been added for the command line utility.
Product's homepage