(forked from https://github.com/JerwuQu/arctis-nova-oled to attempt to make it compatible with the WIRED Arctis Nova)
Put graphics on your SteelSeries Arctis Nova Pro Base Station 128x64 OLED screen.
This utility implements the USB protocol, so you don't need SteelSeries GG/Engine Apps/GameSense, and it works on linux.
Bad Apple at 60 fps. This also showcases the burn-in you will get if not careful with OLEDs. The flickering is due to bad camera settings and not actually shown on the display.
sanpwo img cool_image.png
: draw an image onto your display.sanpwo anim -r 10 -l 20 frame1.png frame2.png frame3.png
: play an animation at 10 fps, looped 20 times.- See
sanpwo --help
for more help, and thescripts
for more examples.
cargo install --git https://github.com/JerwuQu/arctis-nova-oled.git
To run without root on linux you need to copy 11-steelseries-arctis-nova.rules
into /etc/udev/rules.d/
and run udevadm control --reload
and udevadm trigger
as root.