This repository contains config tool to configure arcin v1.1, a custom game controller board with support for 11 buttons, 2 analog or quadrature encoders, 2 always-on LEDs, and WS2812B LED lighting via the B9 connector.
Check out sdvx-nemsys-eacloud-conf for nemsys frimware config tool.
The original code by zyp can be found at: https://paste.jvnv.net/view/HtEgg
Latest config tool can be downloaded here
- Clone the branch you want to work with.
pip3 install PyQt5
make sure to install everything that required by PyQt5 beforehand.git submodule update
to retrievepyhidapi
submodule, note that this custom made repo that already customized for arcin, not ordinarypyhidapi
.
Run main.py with python3 with python3 main.py
pip3 install pyinstaller
pyinstaller --onefile --windowed main.py