Beispiel #1
0
void Draw::drawARect(pos x0, pos y0, pos x1, pos y1, short int color)
{
	myGLCD.setColor(color);
	myGLCD.drawRect(x0, y0, x1, y1);
}