Commit graph

34 commits

Author SHA1 Message Date
d5d27498a7 added next level loop to the game and reduced 10% ram usage 2023-08-21 05:56:22 +02:00
6be633cc9b changed little things in the arduboy-rust crate & added gamelogic of drboy 2023-08-21 05:24:03 +02:00
ae84c66d13 update of drboy WIP 2023-08-20 12:52:28 +02:00
b6cf7e43c7 update docs and added support to print String from heapless 2023-08-20 12:31:52 +02:00
2c47c3ad9a update 2023-08-19 19:57:55 +02:00
ba5662a17e added the heapless crate and added new docs 2023-08-19 19:14:32 +02:00
a33a57bd49 adding drboy 2023-08-19 18:21:14 +02:00
76ae7e35fe change the run scripts and update the docs 2023-08-19 08:24:59 +02:00
61a1052b3e added a doc command to the run script 2023-08-16 14:46:00 +02:00
747ec6e9c9 move the Wrapper-Project out of the root directory and change readme and docs 2023-08-16 12:08:25 +02:00
fd48cc36c5 more docs and added the import_config.h file to controlle which c++ libraries are added 2023-08-16 09:58:14 +02:00
c4f43a0f9d update docs 2023-08-15 15:30:11 +02:00
10236c7441 added a simple ifdef logic in the main.h file to exclude unused libraries 2023-08-15 15:25:08 +02:00
87e451b82b update Docs 2023-08-15 13:42:38 +02:00
2edb2f9a5c update Docs 2023-08-15 13:31:46 +02:00
1e8a23a4b1 set the project game in a ready to start state 2023-08-15 12:42:57 +02:00
34c781e882 reordering the crate and addind more documentation and added the docs to the same repo 2023-08-15 12:41:08 +02:00
6fb155dff3 reordering the crate and addind more documentation 2023-08-15 11:34:37 +02:00
2111e26566 Update docs 2023-08-14 20:37:57 +02:00
0721c6cc45 update of the docs and implementing a proper scorebord in snake demo 2023-08-14 19:32:34 +02:00
ZennCode
c21aa97915 added support for structs inside of eeprom memory 2023-08-14 16:05:11 +02:00
ZennCode
d382da0300 added all sound options 2023-08-10 15:06:21 +02:00
ZennCode
251491e4e6 added all Sprite functions 2023-08-10 13:17:18 +02:00
ZennCode
2287869945 update of the docs and readme 2023-08-08 08:36:49 +02:00
24f794ce8a fix eeprom bug 2023-08-07 21:02:07 +02:00
990ae0c03c added the f!() macro to the library to make shure that all random text can be written to the progmem to save the important ram 2023-08-07 20:40:06 +02:00
b00ee76ef1 fix text 2023-08-07 19:28:05 +02:00
28cbec07f8 added a new macro progmem!() at the inside you can add new progmem data. 2023-08-07 19:18:34 +02:00
d9cb232cef added new demo for progmem and implemented new features for the usage of progmem. 2023-08-07 18:17:52 +02:00
ZennCode
5fdfcf88c4 added support for printing out of progmem 2023-08-07 16:28:11 +02:00
ZennCode
25e7d3272c added more usefull logs to the run scripts with the -v flag on build and upload. 2023-08-07 11:52:26 +02:00
14afe60f8e added support for the collide commands 2023-08-06 20:37:24 +02:00
50819abc50 added the dependency to the project to circumvent crates.io and updated all projects 2023-08-06 18:34:36 +02:00
c591b2c272 first commit 2023-08-06 18:14:49 +02:00