Welcome to Mokki build server!
Here is listing of all functions:
LED control
- led_set_rgb(red, green, blue);
Buttons control
Graphics control
- gfx_clear();
- gfx_update();
- gfx_set_pixel(x, y, color);
- gfx_clear_color(color);
Colors
- COLOR_BLACK
- COLOR_DARKGRAY
- COLOR_LIGHTGRAY
- COLOR_WHITE