diff --git a/docs/doc/arduboy_rust/arduboyfx/fx/fn.load_game_state.html b/docs/doc/arduboy_rust/arduboyfx/fx/fn.load_game_state.html new file mode 100644 index 0000000..c42548b --- /dev/null +++ b/docs/doc/arduboy_rust/arduboyfx/fx/fn.load_game_state.html @@ -0,0 +1 @@ +load_game_state in arduboy_rust::arduboyfx::fx - Rust
pub fn load_game_state<T>(your_struct: &mut T) -> u8
\ No newline at end of file diff --git a/docs/doc/arduboy_rust/arduboyfx/fx/fn.save_game_state.html b/docs/doc/arduboy_rust/arduboyfx/fx/fn.save_game_state.html new file mode 100644 index 0000000..b29dbe7 --- /dev/null +++ b/docs/doc/arduboy_rust/arduboyfx/fx/fn.save_game_state.html @@ -0,0 +1 @@ +save_game_state in arduboy_rust::arduboyfx::fx - Rust
pub fn save_game_state<T>(your_struct: &T)
\ No newline at end of file diff --git a/docs/doc/arduboy_rust/arduboyfx/fx/fn.set_font_mode.html b/docs/doc/arduboy_rust/arduboyfx/fx/fn.set_font_mode.html new file mode 100644 index 0000000..007a62e --- /dev/null +++ b/docs/doc/arduboy_rust/arduboyfx/fx/fn.set_font_mode.html @@ -0,0 +1 @@ +set_font_mode in arduboy_rust::arduboyfx::fx - Rust
pub fn set_font_mode(mode: u8)
\ No newline at end of file diff --git a/docs/doc/arduboy_rust/hardware/buttons/constant.ANY_BUTTON.html b/docs/doc/arduboy_rust/hardware/buttons/constant.ANY_BUTTON.html new file mode 100644 index 0000000..bf4cffb --- /dev/null +++ b/docs/doc/arduboy_rust/hardware/buttons/constant.ANY_BUTTON.html @@ -0,0 +1,2 @@ +ANY_BUTTON in arduboy_rust::hardware::buttons - Rust
pub const ANY_BUTTON: ButtonSet;
Expand description

Just a const for the any

+
\ No newline at end of file diff --git a/docs/doc/arduboy_rust/library/arduboyfx/fx/fn.load_game_state.html b/docs/doc/arduboy_rust/library/arduboyfx/fx/fn.load_game_state.html new file mode 100644 index 0000000..cc7da50 --- /dev/null +++ b/docs/doc/arduboy_rust/library/arduboyfx/fx/fn.load_game_state.html @@ -0,0 +1,11 @@ + + + + + Redirection + + +

Redirecting to ../../../../arduboy_rust/prelude/arduboyfx/fx/fn.load_game_state.html...

+ + + \ No newline at end of file diff --git a/docs/doc/arduboy_rust/library/arduboyfx/fx/fn.save_game_state.html b/docs/doc/arduboy_rust/library/arduboyfx/fx/fn.save_game_state.html new file mode 100644 index 0000000..c464501 --- /dev/null +++ b/docs/doc/arduboy_rust/library/arduboyfx/fx/fn.save_game_state.html @@ -0,0 +1,11 @@ + + + + + Redirection + + +

Redirecting to ../../../../arduboy_rust/prelude/arduboyfx/fx/fn.save_game_state.html...

+ + + \ No newline at end of file diff --git a/docs/doc/arduboy_rust/library/arduboyfx/fx/fn.set_font_mode.html b/docs/doc/arduboy_rust/library/arduboyfx/fx/fn.set_font_mode.html new file mode 100644 index 0000000..cc52478 --- /dev/null +++ b/docs/doc/arduboy_rust/library/arduboyfx/fx/fn.set_font_mode.html @@ -0,0 +1,11 @@ + + + + + Redirection + + +

Redirecting to ../../../../arduboy_rust/prelude/arduboyfx/fx/fn.set_font_mode.html...

+ + + \ No newline at end of file diff --git a/docs/doc/arduboy_rust/prelude/FX/fn.load_game_state.html b/docs/doc/arduboy_rust/prelude/FX/fn.load_game_state.html new file mode 100644 index 0000000..02fa14b --- /dev/null +++ b/docs/doc/arduboy_rust/prelude/FX/fn.load_game_state.html @@ -0,0 +1 @@ +load_game_state in arduboy_rust::prelude::fx - Rust
pub fn load_game_state<T>(your_struct: &mut T) -> u8
\ No newline at end of file diff --git a/docs/doc/arduboy_rust/prelude/FX/fn.save_game_state.html b/docs/doc/arduboy_rust/prelude/FX/fn.save_game_state.html new file mode 100644 index 0000000..ed2cd88 --- /dev/null +++ b/docs/doc/arduboy_rust/prelude/FX/fn.save_game_state.html @@ -0,0 +1 @@ +save_game_state in arduboy_rust::prelude::fx - Rust
pub fn save_game_state<T>(your_struct: &T)
\ No newline at end of file diff --git a/docs/doc/arduboy_rust/prelude/FX/fn.set_font_mode.html b/docs/doc/arduboy_rust/prelude/FX/fn.set_font_mode.html new file mode 100644 index 0000000..3f82a2e --- /dev/null +++ b/docs/doc/arduboy_rust/prelude/FX/fn.set_font_mode.html @@ -0,0 +1 @@ +set_font_mode in arduboy_rust::prelude::fx - Rust
pub fn set_font_mode(mode: u8)
\ No newline at end of file diff --git a/docs/doc/arduboy_rust/prelude/FX/index.html b/docs/doc/arduboy_rust/prelude/FX/index.html new file mode 100644 index 0000000..2910536 --- /dev/null +++ b/docs/doc/arduboy_rust/prelude/FX/index.html @@ -0,0 +1,10 @@ +arduboy_rust::prelude::fx - Rust

Module arduboy_rust::prelude::fx

source ·
Expand description

Functions given by the ArduboyFX library.

+

You can use the ‘FX::’ module to access the functions after the import of the prelude

+ +
use arduboy_rust::prelude::*;
+
+fn setup() {
+    FX::begin()
+}
+

You will need to uncomment the ArduboyFX_Library in the import_config.h file.

+

Functions

\ No newline at end of file diff --git a/docs/doc/arduboy_rust/prelude/FX/sidebar-items.js b/docs/doc/arduboy_rust/prelude/FX/sidebar-items.js new file mode 100644 index 0000000..9b9af4e --- /dev/null +++ b/docs/doc/arduboy_rust/prelude/FX/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {"fn":["begin","begin_data","begin_data_save","display","display_clear","draw_bitmap","draw_char","draw_frame","draw_number","draw_string","load_game_state","read_data_array","save_game_state","set_cursor","set_cursor_range","set_cursor_x","set_cursor_y","set_font","set_font_mode","set_frame"]}; \ No newline at end of file diff --git a/docs/doc/arduboy_rust/prelude/arduboyfx/fx/fn.load_game_state.html b/docs/doc/arduboy_rust/prelude/arduboyfx/fx/fn.load_game_state.html new file mode 100644 index 0000000..fea7f81 --- /dev/null +++ b/docs/doc/arduboy_rust/prelude/arduboyfx/fx/fn.load_game_state.html @@ -0,0 +1 @@ +load_game_state in arduboy_rust::prelude::arduboyfx::fx - Rust
pub fn load_game_state<T>(your_struct: &mut T) -> u8
\ No newline at end of file diff --git a/docs/doc/arduboy_rust/prelude/arduboyfx/fx/fn.save_game_state.html b/docs/doc/arduboy_rust/prelude/arduboyfx/fx/fn.save_game_state.html new file mode 100644 index 0000000..f22fad7 --- /dev/null +++ b/docs/doc/arduboy_rust/prelude/arduboyfx/fx/fn.save_game_state.html @@ -0,0 +1 @@ +save_game_state in arduboy_rust::prelude::arduboyfx::fx - Rust
pub fn save_game_state<T>(your_struct: &T)
\ No newline at end of file diff --git a/docs/doc/arduboy_rust/prelude/arduboyfx/fx/fn.set_font_mode.html b/docs/doc/arduboy_rust/prelude/arduboyfx/fx/fn.set_font_mode.html new file mode 100644 index 0000000..d2b4ce7 --- /dev/null +++ b/docs/doc/arduboy_rust/prelude/arduboyfx/fx/fn.set_font_mode.html @@ -0,0 +1 @@ +set_font_mode in arduboy_rust::prelude::arduboyfx::fx - Rust
pub fn set_font_mode(mode: u8)
\ No newline at end of file diff --git a/docs/doc/arduboy_rust/prelude/buttons/constant.ANY_BUTTON.html b/docs/doc/arduboy_rust/prelude/buttons/constant.ANY_BUTTON.html new file mode 100644 index 0000000..94cb59b --- /dev/null +++ b/docs/doc/arduboy_rust/prelude/buttons/constant.ANY_BUTTON.html @@ -0,0 +1,2 @@ +ANY_BUTTON in arduboy_rust::prelude::buttons - Rust
pub const ANY_BUTTON: ButtonSet;
Expand description

Just a const for the any

+
\ No newline at end of file diff --git a/docs/doc/arduboy_rust/prelude/constant.ANY_BUTTON.html b/docs/doc/arduboy_rust/prelude/constant.ANY_BUTTON.html new file mode 100644 index 0000000..961a4e0 --- /dev/null +++ b/docs/doc/arduboy_rust/prelude/constant.ANY_BUTTON.html @@ -0,0 +1,2 @@ +ANY_BUTTON in arduboy_rust::prelude - Rust
pub const ANY_BUTTON: ButtonSet;
Expand description

Just a const for the any

+
\ No newline at end of file