Skip to content

bolner/SteelseriesAnimGif

Repository files navigation

OLED gif generator for Steelseries keyboards

This tool generates anim GIFs that can be outputted on the 128x40 pixel OLED display of Steelseries keyboards. It creates a scrolling / repeating animation from an arbitrary text input. (Maximum 21x4 characters per screen)

Samples

Star Wars crawl text:

Bits

Bits:

Bits

Math:

Bits

Assembly (from MS-DOS source code):

Bits

Character map for escape sequences

The character set is from the 1982 Kaypro II machines. (I've extracted it from the video ROM.) The input text can contain escape sequences, for example:

\001 + \002 = \007

Use them if one of the characters you typed doesn't render properly, or if you would like to use a special character.

Character map

Usage

First install the .net core runtime environment, then just pass the path to the text file as the first parameter, when executing the app on the command line:

dotnet run samples/bits.txt

It will create an animation in the same folder and with the same name but with '.gif' extension.

About

Generates animations for the OLED display of Steelseries keyboards

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages