avell-unofficial-control-center

所属分类:Linux/Unix编程
开发工具:Python
文件大小:0KB
下载次数:0
上传日期:2021-04-19 12:37:15
上 传 者sh-1993
说明:  这是带有Linux系统的Avell笔记本电脑的非正式控制中心
(This is a Unofficial Control Center for Avell Laptops with Linux System)

文件列表:
LICENSE (1070, 2021-04-19)
aucc/ (0, 2021-04-19)
aucc/__init__.py (0, 2021-04-19)
aucc/core/ (0, 2021-04-19)
aucc/core/__init__.py (0, 2021-04-19)
aucc/core/colors.py (1302, 2021-04-19)
aucc/core/handler.py (1897, 2021-04-19)
aucc/db/ (0, 2021-04-19)
aucc/db/__init__.py (0, 2021-04-19)
aucc/main.py (7893, 2021-04-19)
aucc/manual_tests/ (0, 2021-04-19)
aucc/manual_tests/main.py (947, 2021-04-19)
aucc/res/ (0, 2021-04-19)
aucc/res/icons/ (0, 2021-04-19)
aucc/res/icons/tux.png (4964, 2021-04-19)
aucc/tests/ (0, 2021-04-19)
aucc/tests/test_colors.py (7381, 2021-04-19)
aucc/ui/ (0, 2021-04-19)
aucc/ui/__init__.py (0, 2021-04-19)
requirements.txt (28, 2021-04-19)
setup.py (1381, 2021-04-19)

# avell-unofficial-control-center [![Gitter](https://badges.gitter.im/Unofficial-CC/Lobby.svg)](https://gitter.im/Unofficial-CC/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) This is a driver to control RGB keyboard in Linux Systems based on Avell Control Center. This project is at an early stage. The aim is to implement a Linux userspace driver and control tool for RGB LED keyboard backlight controller **Integrated Technology Express ITE Device(8291) Rev 0.03**. This RGB keyboard controller is used in many gaming laptops around the world. For a list of reseller-branded devices, see below. ## Compatibility > ### **Note:** > > if you have **ITE Device(8291) Rev 0.02** > see [Project StarBeat](https://github.com/kirainmoe/project-starbeat) ### Find out about your laptop's keyboard model ```bash sudo hwinfo --short ``` It should show the ITE Device(8291) in the `keyboard` section: ```bash keyboard: Integrated Technology Express ITE Device(8291) /dev/input/event0 AT Translated Set 2 keyboard ``` ### Known compatible devices ITE Device(8291) is integrated in widely-used Tongfang gaming laptop barebones: - Tongfang GK5CN5Z / GK5CN6Z / GK5CQ7Z / GK5CP0Z (Barebone) - Avell G1550 FOX, G1513 FOX-7, A65, A52 (BR reseller) - Schenker XMG Neo 15 (DE reseller), Versions M18 & M19 - PCSpecialist Recoil II & III (UK reseller) - Scan/3XS LG15 Vengeance Pro (UK reseller) - Overpowered 15 and 15+ (US reseller, sold via Walmart) - Monster Tulpar T5 (TR reseller) - MECHREVO Deep Sea Ghost Z2 (CN reseller) - Raionbook GS5 (IT reseller) - Illegear Onyx (MY reseller) - Hyperbook Pulsar Z15 (PL reseller) - SMART7 Kallisto GX15D (PL reseller) - Aftershock APEX 15 (SG reseller) - Origin-PC EON15-S (USA, Asia, and AU/NZ reseller) - Eluktronics Mech 15 G2 (US reseller) - HIDevolution EVOC 16GK5 (US reseller) - Obsidian GK5CP (PT reseller) - Vulcan JinGang GTX Standard ## Project status #### Working: - change color of mechanical rgb-keyboard - adjust brightness - disable RGB leds - set predefined styles #### To do: - implement a GUI interface in Pyqt/Pyside2 - save/load profiles - set custom color in specific key - monitor, cpu/gpu load ## Installation ### The easy way, using `pip3` Install via pip using sudo or with root user: ```bash sudo pip3 install avell-unofficial-control-center ``` ### The manual way, using `git` - Clone the repository (`git clone https://github.com/rodgomesc/avell-unofficial-control-center.git`), or update with `git pull` if cloned previously. - Build an installable package: `python3 setup.py build` - Install the package: `sudo python3 setup.py install` ## Usage ### Plain colors Colors available are: `red`, `green`, `blue`, `teal`, `pink`, `yellow`, `orange`, `white`, `olive`, `maroon`, `brown`, `gray`, `skyblue`, `navy`, `crimson`, `darkgreen`, `lightgreen`, `gold`, `violet`.
Brightness options are: `1`,`2`,`3` and `4`.
To set `green` color on all keys with max brightness: ```bash aucc -c green -b 4 ``` If no brightness parameter `-b` is provided, max brightness `4` is applied. ### Alternating colors To set alternating row colors: ```bash aucc -H pink teal -b 4 ``` Use `-H` for horizontal rows of alternating colors. Use `-V` for vertical columns of alternating colors. ### Apply pre-defined styles To set keyboard predefined custom styles: ```bash aucc -s style ``` Styles available are `rainbow`, `marquee`, `wave`, `raindrop`, `aurora`, `random`, `reactive`, `breathing`, `ripple`, `reactiveripple`, `reactiveaurora`, `fireworks`. Additional single colors are available for the following styles: `raindrop`, `aurora`, `random`, `reactive`, `breathing`, `ripple`, `reactiveripple`, `reactiveaurora` and `fireworks`. The colors available are: Red (r), Orange (o), Yellow (y), Green (g), Blue (b), Teal (t), Purple (p). Append those styles with the start letter of the color you would like. For example: `rippler` = Ripple Red, `reactiveo` = Reactive Orange, `reactiveripplep` = Reactive Ripple Purple. ### Disable all keyboard backlight To disable all keys: ```bash aucc -d ``` ### Thanks to 1. [Avell](https://avell.com.br/) - For this amazing Laptop 2. [@kirainmoe](https://github.com/kirainmoe) - For help-me on bring macOs Support ## Contributions Contributions of any kind are welcome. Please follow [pep-8](https://www.python.org/dev/peps/pep-0008/) coding style guides. ## Donate :coffee: :hearts: This is a project I develop in my free time. If you use `avell-unofficial-control-center` or simply like the project and want to help please consider [donating a coffee](https://www.buymeacoffee.com/KCZRP52U7).

近期下载者

相关文件


收藏者