Graphics on the VBOX Touch
Applies to:
All variants
All VBOX Touch products contain a colour touchscreen that can be programmed to display different graphics. The screen is 800 by 480 pixels and runs in the following way:
This is created mainly using the gui library that has been created by Racelogic. This is imported easily using:
import gui
This page will explain how you can use the functionality in this module to create your apps.
Further examples
The following lists scripts that contain detailed usage on creating a gui.
Shapes.py - Has code that uses every part of shape creation: circles, any shape and also filling them with colour and gradient.
Most apps - Have examples of creating text, buttons, sliders and storing the values they create. Test out a couple if needed.