Reference
From Gamebuino Wiki
core
User interface :
- gb.menu()
- gb.keyboard()
- gb.popup()
Perfomance monitor :
buttons
- gb.buttons.pressed()
- gb.buttons.released()
- gb.buttons.held()
- gb.buttons.repeat()
- gb.buttons.timeHeld()
sound
Play :
Volume :
- gb.sound.setGlobalVolume()
- gb.sound.getGlobalVolume()
- gb.sound.setChannelVolume()
- gb.sound.getChannelVolume()
Build-in sounds :
battery
backlight
display
General :
Pixels :
Lines :
Rectangles :
Circles :
- gb.display.drawCircle()
- gb.display.drawCircleHelper()
- gb.display.fillCircle()
- gb.display.fillCircleHelper()
Triangles :
Bitmaps :
Text :
- gb.display.drawChar()
- gb.display.print()
- gb.display.setCursor()
- gb.display.setTextColor()
- gb.display.setTextSize()
- gb.display.setTextWrap()