A simple monochromatic drawing app for the micro:bit.
You control the cursor with by tilting the micro:bit, use the left button to toggle the pixel it's in on/off and use the right button to print the image in the console.
This allows someone to easily draw to contribute to a micro:bit project before learning any coding. It's also a sample of an application using buttons and accelerometer.
Micro:paint - a simple paint program for the micro:bit Copyright (C) 2015 - João Miguel Neves joao@silvaneves.org
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.