BACK TYLEREBOWERS.COM

Flipdot Designer

Flipdot desiner is an app written in python to design display arrays and connect over serial.
The export representation is: {col1, col2, ... , coln} where each colx is a bitwize representation of the column.
You can pick where you want your origin (top-left, bottom-left)
It works similar to MS Paint - left click and drag to turn dots on, right click and drag to turn dots off.
It can also connect to a flipdot controller to stream data to the display (however the format is specific to my own controller).
Its main use is for display libraries such as numbers, alphabet, fonts, etc...

The Github repo can be found here.