Initial NDS Universal-Core

This commit is contained in:
Pk11
2021-01-13 15:51:37 -06:00
commit 8a55d0e7cb
13 changed files with 2060 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
# Universal-Core (NDS) by Universal-Team
This contains the GUI & Core part for our DS(i) Applications.
## Config
Define `BUFFERED_FONT` in `UNIVCORE_CONFIG.h` to have the text be first rendered to a buffer before drawing to the screen with Font::update().
Logo created by: [TotallyNotGuy](https://github.com/TotallyNotGuy).
![Universal-Core-Logo](https://github.com/Universal-Team/Universal-Core/blob/master/universal-core-logo.png)
Licensing:
This software is licensed under the terms of the GPLv3. You can find a copy of the license in the LICENSE file.