https://github.com/aaronc81/grgbrb
Logitech G RGB control for Ruby
https://github.com/aaronc81/grgbrb
Last synced: 3 months ago
JSON representation
Logitech G RGB control for Ruby
- Host: GitHub
- URL: https://github.com/aaronc81/grgbrb
- Owner: AaronC81
- Created: 2018-05-29T19:21:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-29T19:22:52.000Z (over 7 years ago)
- Last Synced: 2025-09-26T06:37:36.606Z (4 months ago)
- Language: Ruby
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GRGBRB (G RGB for Ruby)
GRGBRB is a Ruby library for controlling the RGB LEDs on Logitech G series
gaming hardware.
It's currently very basic and has only been tested with a G502 gaming mouse.
## Installation
```
gem install grgbrb
```
## Example
```ruby
require 'grgbrb'
GLed.init
GLed.set_color 100, 0, 0
```