Crate arduboy_rust
source ·Modules
- This is the Module to interact in a save way with the Arduboy2 C++ library.
- This is the Module to interact in a save way with the ArduboyTones C++ library.
- Clib functions you can use on the Arduboy
- This is the Module to interact in a save way with the Arduboy hardware.
- This is the important one to use this library effective in your project
- This is the module to interact in a save way with the Sprites C++ library.
Macros
- This is the way to go if you want print some random text
- Create a
const
raw pointer to a sprite as u8, without creating an intermediate reference. - Create a
const
raw pointer to a [u8;_] that saves text, without creating an intermediate reference. - Create a
const
raw pointer to a sprite as u16, without creating an intermediate reference. - Create a space for Progrem variable
Structs
- This is the struct to interact in a save way with the Arduboy2 C++ library.
- This is the struct to interact in a save way with the Arduboy2Audio C++ library.
- This struct to store and read structs objects to eeprom memory.
- Use this struct to store and read single bytes to/from eeprom memory.
Enums
- This item is to chose between Black or White
Constants
- The standard font size of the arduboy
- The standard height of the arduboy
- The standard width of the arduboy