Skip to main content

An abstraction layer for CircuitPython to access commonly used video game control inputs in a consistent manner across different hardware devices and configurations.

Project description

Introduction

Documentation Status Discord Build Status Code Style: Ruff

An abstraction layer for CircuitPython to access commonly used video game control inputs in a consistent manner across different hardware devices and configurations.

Dependencies

This driver depends on:

Please ensure all dependencies are available on the CircuitPython filesystem. This is easily achieved by downloading the Adafruit library and driver bundle or individual libraries can be installed using circup.

Installing from PyPI

On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally from PyPI. To install for current user:

pip3 install circuitpython-gamecontrols

To install system-wide (this may be required in some cases):

sudo pip3 install circuitpython-gamecontrols

To install in a virtual environment in your current project:

mkdir project-name && cd project-name
python3 -m venv .venv
source .env/bin/activate
pip3 install circuitpython-gamecontrols

Installing to a Connected CircuitPython Device with Circup

Make sure that you have circup installed in your Python environment. Install it with the following command if necessary:

pip3 install circup

With circup installed and your CircuitPython device connected use the following command to install:

circup install gamecontrols

Or the following command to update an existing version:

circup update

Usage Example

from game_controls import game_controls

while True:
    cur_state = game_controls.button
    if (cur_state['a']):
        print("A btn!")

    if (cur_state['b']):
        print("B btn!")

    if (cur_state['start']):
        print("START btn!")

    if (cur_state['select']):
        print("SELECT btn!")

    if (cur_state['up']):
        print("UP btn!")

    if (cur_state['down']):
        print("DOWN btn!")

    if (cur_state['right']):
        print("RIGHT btn!")

    if (cur_state['left']):
        print("LEFT btn!")

Documentation

API documentation for this library can be found on Read the Docs.

For information on building library documentation, please check out this guide.

Contributing

Contributions are welcome! Please read our Code of Conduct before contributing to help this project stay welcoming.

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

circuitpython_gamecontrols-1.1.0.tar.gz (25.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

circuitpython_gamecontrols-1.1.0-py3-none-any.whl (11.9 kB view details)

Uploaded Python 3

File details

Details for the file circuitpython_gamecontrols-1.1.0.tar.gz.

File metadata

File hashes

Hashes for circuitpython_gamecontrols-1.1.0.tar.gz
Algorithm Hash digest
SHA256 a1dd4531106dafe8b4aae47f88f092c630c796f8f9c6f213f4abd71b9c21079c
MD5 a5d6f8d3e00d3c0051f30db4790ae5a2
BLAKE2b-256 080516002985015f205ae0c15ffa63126fe12b88b06e74103d8c52e348861c84

See more details on using hashes here.

File details

Details for the file circuitpython_gamecontrols-1.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for circuitpython_gamecontrols-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 c143324d0bb2fae704ba1173dab64b25ea462c6b3edbb4caae3907cfbcd76c97
MD5 0ff4af66c5c596a2077b31a0e7207340
BLAKE2b-256 ec3a3c33b30030aaeac91f8b69d99d48afe8517731e8ad2b578b1388e5f81e39

See more details on using hashes here.

Supported by

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