https://github.com/bolner/steelseriesanimgif
Generates animations for the OLED display of Steelseries keyboards
https://github.com/bolner/steelseriesanimgif
gif-animation kaypro keyboard oled oled-display steelseries
Last synced: 7 months ago
JSON representation
Generates animations for the OLED display of Steelseries keyboards
- Host: GitHub
- URL: https://github.com/bolner/steelseriesanimgif
- Owner: bolner
- License: other
- Created: 2019-12-27T14:49:55.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-28T16:56:56.000Z (almost 6 years ago)
- Last Synced: 2025-03-18T00:45:07.298Z (7 months ago)
- Topics: gif-animation, kaypro, keyboard, oled, oled-display, steelseries
- Language: C#
- Size: 773 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
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:

Math:

Assembly (from MS-DOS source code):

# 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.

# 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.