Module arduboy_rust::arduboyfx_library::fx_consts
source · Expand description
Consts given by the ArduboyFX library.
You can use the use arduboyfx::fx_consts::*;
module to access the consts.
use arduboy_rust::prelude::*;
use arduboyfx::fx_consts::*;
fn setup(){
let demo = dbmBlack;
}