Skip to content

Integration of many PRs

Compare
Choose a tag to compare
@squix78 squix78 released this 21 Mar 15:42
· 121 commits to master since this release

This release integrates many PRs from contributors. Many thanks and sorry that it took so long! There is one important change that you should notice: all binary resources like fonts and images are now using const uint8_t as data type, not const char. Adapting to this change is easy. Just change in your resource file from const char to const uint8_t