libx52/libx52
nirenjan ac68ee07e5 Use non-recursive Automake 2021-07-29 23:53:21 -07:00
..
doc Move libx52 to top level 2021-07-29 21:41:07 -07:00
Makefile.am Use non-recursive Automake 2021-07-29 23:53:21 -07:00
README.md Move libx52 to top level 2021-07-29 21:41:07 -07:00
libx52.h Move libx52 to top level 2021-07-29 21:41:07 -07:00
libx52.pc.in Move libx52 to top level 2021-07-29 21:41:07 -07:00
x52_commands.h Move libx52 to top level 2021-07-29 21:41:07 -07:00
x52_common.h Move libx52 to top level 2021-07-29 21:41:07 -07:00
x52_control.c Move libx52 to top level 2021-07-29 21:41:07 -07:00
x52_core.c Move libx52 to top level 2021-07-29 21:41:07 -07:00
x52_date_time.c Move libx52 to top level 2021-07-29 21:41:07 -07:00
x52_mfd_led.c Move libx52 to top level 2021-07-29 21:41:07 -07:00
x52_strerror.c Move libx52 to top level 2021-07-29 21:41:07 -07:00
x52_stringify.c Move libx52 to top level 2021-07-29 21:41:07 -07:00
x52_test_gen.py Move libx52 to top level 2021-07-29 21:41:07 -07:00
x52_tests.json Move libx52 to top level 2021-07-29 21:41:07 -07:00

README.md

X52 Pro MFD library

This is a library which communicates using libusb-1.0 with the Saitek X52 Pro HOTAS. The library provides several functions to control the LEDs and MFD of the above HOTAS.

Supported functions

  • Set the LED state of all LEDs
  • Write text to each of the MFD lines
  • Set the date/time on the MFD
  • Make the clutch and hat LEDs blink
  • Display the "SHIFT" indicator in the MFD

Note that when writing text to the MFD, the line length is limited to 16 characters. While you can pass a longer string, the library will only consider the first 16 characters for writing to the display.