Commit graph

55 commits

Author SHA1 Message Date
PrimmR
a485c43f6c
Merge branch 'ZennDev1337:main' into main 2023-09-11 19:16:29 +01:00
afa19a67dc added support to create new projects 2023-09-11 09:24:37 +02:00
PrimmR
360f7a79a1 arduboy_set_rgb_led 2023-09-09 18:08:01 +01:00
PrimmR
7da07df0f7 EEPROMBYTECHECKLESS 2023-09-09 18:04:08 +01:00
959d112b90 update dr.boy 2023-09-04 15:18:29 +02:00
85dde9ebef update dr.boy 2023-09-04 15:07:26 +02:00
7e9d189d98 update readme 2023-09-04 14:29:07 +02:00
1f35d7ea08 update readme 2023-09-04 14:27:15 +02:00
3dab991c6f upload hex 2023-09-04 13:16:03 +02:00
495c04a648 drboy finish 1.0.0 2023-09-04 12:56:36 +02:00
60ecb63360 added demo 7 pong to the repo 2023-09-04 09:22:04 +02:00
9b003be2b0 added .arduboy generator 2023-08-30 12:15:44 +02:00
657ce2190e added external github link to the docs 2023-08-23 13:48:03 +02:00
6c0fa2b50e added external github link to the docs 2023-08-23 08:44:29 +02:00
fc21ae3d7d Docs update for mobile 2023-08-22 15:31:12 +02:00
14f80f0fb8 Docs update for mobile 2023-08-22 14:51:41 +02:00
3ce6b4d20e redesine docs page 2023-08-22 14:36:06 +02:00
7d5eabe78c redesine docs page 2023-08-22 14:13:00 +02:00
fb16b912fc added nav to converter pages 2023-08-22 13:50:53 +02:00
7aff62809e added tile- sprite- image-converter to the gh-pages 2023-08-22 12:54:54 +02:00
65043e506a added new assets to drboy 2023-08-21 15:57:20 +02:00
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