void setup() { } void loop() { act(); } void act() { set_bar_graph(255);//Sets the Bar Graph Cubelet to it's highest value. }