pcb and initial code from https://github.com/das-labor/borgware-2d.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
286 B
25 lines
286 B
#ifndef MHERWEG_H_
|
|
#define MHERWEG_H_
|
|
|
|
void checkbox();
|
|
|
|
|
|
void movinglines();
|
|
|
|
|
|
//rechteckmuster mit helligkeitsstufen
|
|
void rectangle1();
|
|
|
|
|
|
// zufallsrechtecke
|
|
void rectangles();
|
|
|
|
|
|
// schräge linien die aufblitzen
|
|
void lines1();
|
|
|
|
|
|
// random dots
|
|
void dots1();
|
|
|
|
#endif /* MHERWEG_H_ */
|
|
|