Click on a dot to toggle it on/off. KEYS: C - clear (set all to 0) F - fill (set all to 1) I - invert (flip all from 0 to 1 or 1 to 0) S - save (convert the layout to a string) L - load (convert a string to a layout) RIGHT/LEFT ARROW - rotate 180 degrees
This project is an "editor" for an Arduino handheld game with a hexagonal screen: https://easyeda.com/normal/HexaGame_v1_0-68d034cca5934c6981abe940a863dbfc This editor allows you to create a "character" on the screen and save it to a 2-byte "code" to be pasted into the arduino sketch. It also lets you load a code into the editor to see or change it.