Skip to main content

WartHog Lights ConTroL

Project description

Warthog Lights Control

This Python module and command line tool control the lights on Thrustmaster's Warthog HOTAS throttle box.

Largely based on the reverse-engineering work done by mfranz

How to use

Once installed, this tool provides a Python module and a command-line tool, both named whlctl.

Command line tool

whlctl 0        # Turn off backlight
whlctl 5        # Turn backlight up to max brightness
whlctl 3 -l 1,5 # Turn lights 1 and 5 up to brightness 3/5
whlctl 1 -l 0,5 # Turn backlight and light 5 up to brightness 1/5

Omitting the -l flag will default to adjusting the backlight, and turn off all other lights.

Python API

import whlctl

whlctl.find_throttle()  # -> "/dev/hidrawN" or FileNotFoundError
whlctl.write_leds(backlight=True, leds=[True,True,True,True,True], brightness=5)
                        # -> None or FileNotFoundError (see find_throttle)

find_throttle()

Takes no argument and returns the HID node for the Thrustmaster Warthog throttle (044f:0404), or raises a FileNotFoundError if the device isn't found.
This function is cached.

write_leds(backlight: bool, leds: list[bool], brightness: int)

The leds list must contain 5 booleans which designate, in order, the five circular lights from top to bottom. True means the light is to be powered on at the given brightness, False means it should be powered off.
brightness is expressed between 0 and 5.
Returns nothing, implicitly calls find_throttle() and thus can fail with FileNotFoundError as above. It can also hit a permission error if the current user has no write permission to the device node.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

whlctl-0.1.1.tar.gz (3.4 kB view details)

Uploaded Source

Built Distribution

whlctl-0.1.1-py2.py3-none-any.whl (4.8 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file whlctl-0.1.1.tar.gz.

File metadata

  • Download URL: whlctl-0.1.1.tar.gz
  • Upload date:
  • Size: 3.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for whlctl-0.1.1.tar.gz
Algorithm Hash digest
SHA256 45733b03f1b0f10320d32b835a006024ba9456acbd65c324bdd191430029259f
MD5 7e3f7fcc93a83eb5d663cf2b95d6e18b
BLAKE2b-256 9ecd297220c8952d2d5832bbc6bc9b10f6410ef5fd18ef0b2eafefc13edf7387

See more details on using hashes here.

File details

Details for the file whlctl-0.1.1-py2.py3-none-any.whl.

File metadata

  • Download URL: whlctl-0.1.1-py2.py3-none-any.whl
  • Upload date:
  • Size: 4.8 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for whlctl-0.1.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 90045fe50ff8b1979dae8103ebb4aa62c7a2873466f237408a0f08ddfb7c83b2
MD5 0ae7c5e9e44a7c7694ec89bd102ace4f
BLAKE2b-256 ec60fc918aeddacbb1c03a3383eaf867920baa2cc2784b5d77fe414f80fdd97a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page