Commit graph

40 commits

Author SHA1 Message Date
36cb36ffee updated 2023-10-12 11:16:00 +02:00
a54fa90edc Big refactor and new run script 2023-10-11 14:55:18 +02:00
91c809697b added fxdrawframes to the ArduboyFX examples. 2023-10-09 12:07:30 +02:00
6c70700ad7 added all the examples for the FX library. changes in the Readme.md and updated the docs. 2023-10-09 10:15:40 +02:00
4c3a37dee7 commit save to work 2023-10-09 08:25:48 +02:00
4a3100c0bd fixed some problems and added the demos for fxhelloworld, fxbasicexample and fxchompies 2023-10-06 15:21:04 +02:00
9ad03927de fixed an error with types in screen with 2023-10-06 09:52:08 +02:00
54bf01cfea run scripts added fx build commands 2023-10-05 11:55:17 +02:00
b9e517fa21 all FX functions are now safe wrapped and I added the crate to the docs also it is added to the prelude 2023-10-04 14:55:54 +02:00
522844499e all FX functions are now safe wrapped and I added the crate to the docs also it is added to the prelude 2023-10-04 14:47:38 +02:00
7807207f45 fixed typo 2023-09-21 10:45:45 +02:00
82650ccdd8 added serial demo and fixed some issues with str 2023-09-20 21:34:21 +02:00
65db708e61 added demo9 2023-09-20 14:05:43 +02:00
8792cc6bdd added get_ardvoice macro to the crate 2023-09-12 19:20:12 +02:00
928d1fae1c added ArdVoice example and cleanup the project game 2023-09-12 19:06:18 +02: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
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
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
747ec6e9c9 move the Wrapper-Project out of the root directory and change readme and docs 2023-08-16 12:08:25 +02:00
2edb2f9a5c update Docs 2023-08-15 13:31:46 +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
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
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
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