flippy flipdot web
1.0.0

Emulator and GUI for my Hanover Flipdot Display driver
Live emulation demo
git clone https://github.com/tuna-f1sh/flippy-flipdot-web
cd flippy-flipdot-web
npm install
node app.js --help
node app.js --emulate
# Alternatively
npm run emulate
Pre-append DEBUG=flipdot*,ascii* to run commands, eg:
DEBUG=flipdot*,ascii* node app.js -p /dev/ttyUSB0 -r 7 -c 56
--portWhilst I have designed the code to theoretically scale to any display, it has not been hardware tested (I only have a 56x7). The flipdot-display might need some tweaking - PRs welcome!