11 functions (Div / Div 2 / Div GO):
load_font(filename);
load_fpg(file path);
load_image(filename);
- accepts images format: png, jpg, svg, png, bmp
load_sound(filename, cyclic);
- cyclic: 0 to beep 1 time; 1 to ring being repeated indefinitely
load_video(filename, cyclic);
- cyclic: 0 to beep 1 time; 1 for reproducing being repeated indefinitely
stop_sound(channel id);
unload_font(id);
unload_fpg(id);
unload_image(id);
unload_sound(sound id);
unload_video(video id);