Difference between revisions of "Reference"

From Gamebuino Wiki
Jump to: navigation, search
(core)
(display)
Line 90: Line 90:
 
* [[gb.display.update]]()
 
* [[gb.display.update]]()
 
* [[gb.display.fillScreen]](color)
 
* [[gb.display.fillScreen]](color)
* [[gb.display.persistance]] = true/false
+
* [[gb.display.persistence]] = true/false
 
* [[gb.setColor]](color, ''background'')
 
* [[gb.setColor]](color, ''background'')
 
</code>
 
</code>

Revision as of 2014-04-20T10:50:07

The Reference lists and explains all the functions of the Library.

Arguments in italic are optional.

core

User interface :

Perfomance monitor :

buttons

button:

BTN_A, BTN_B, BTN_C, BTN_UP, BTN_RIGHT, BTN_DOWN, BTN_LEFT

sound

Play :

Volume :

Build-in sounds :

battery

backlight

display

General :

Pixels :

Lines :

Rectangles :

Circles :

Triangles :

Bitmaps :

rotation: NOROT, ROTCCW, ROT180, ROTCW

flip: FLIPH, FLIPV, FLIPVH

Text :