removed forgotten debugging stuff
This commit is contained in:
parent
cd2f02f39a
commit
b3276d75d4
|
@ -215,9 +215,6 @@ void rectangles()
|
||||||
// schräge linien die aufblitzen
|
// schräge linien die aufblitzen
|
||||||
void lines1()
|
void lines1()
|
||||||
{
|
{
|
||||||
line((pixel){0, 15}, (pixel){15, 15}, 3);
|
|
||||||
wait(10000);
|
|
||||||
|
|
||||||
unsigned char value, n, x, y, h, w;
|
unsigned char value, n, x, y, h, w;
|
||||||
unsigned int delay = 500;
|
unsigned int delay = 500;
|
||||||
clear_screen(0);
|
clear_screen(0);
|
||||||
|
|
Loading…
Reference in New Issue