Skip to content

Update 1.0.0 Release

Choose a tag to compare

@feilipu feilipu released this 05 Oct 13:04
· 25 commits to main since this release

Slightly changed the window_new() function to not automatically clear the screen. This means that a window_clear() function must be done immediately afterwards to generate the same ReGIS code.

Changed serial output to use Serial.write() which is a bit faster than Serial.print(). Not that it really matters.

Added some 3D examples from Adam Williams.
Converted to use this library, but the more complicated GEAR and GLXGEARS demos don't work on UNO.