Finished creating Conway’s Game of Life on the Glyph Matrix!
This was pretty easy to do, thanks for the SDK and the example app!
A few things to consider though:
- The SDK and the example app do not have any license, so I cannot legally share the code. I’ve already notified the developers on the SDK GitHub repository. Once the license issue is addressed I’ll share the source code.
- The setMatrixFrame documentation does not specify which is the valid integer range for it. My guess is that it’s 0-255, but that makes the LEDs very dimm, so I used values of 1000. I think this is undefined behaviour however, setting the value to 1000000 makes the LED very bright, even beyond the selected brightness setting in the settings app. I have the feeling it is not capped.
Source and APK: https://github.com/PabloMK7/Game-Of-Life-Glyph-Toy
Scans: VitusTotal Koodous