We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61d915f commit 0595378Copy full SHA for 0595378
CHANGELOG.md
@@ -0,0 +1,18 @@
1
+## Toolchain
2
+
3
+#### Version 7.0
4
+ + Add scripts to build/clean libraries and examples easily
5
+ + Move spasm to /bin rather than /lib/src/include
6
+ + Fix demo 11 readme
7
8
+#### Version 6.95
9
+ + Modify cstartup.asm to disable usb timers and reset them on exit
10
11
+## Libraries
12
13
14
+ + `graphx` Optimize gfx_Darken to be about 25% faster
15
+ + `graphx` Optimize gfx_Lighten to be about 19% faster
16
+ + `graphx` Characters 0x01-0x1F are considered printable rather than control
17
+ + `graphx` Add support for width/height of tiles not powers of 2
18
+ + `graphx` Fix bug with tile index 255
0 commit comments