pcb and initial code from https://github.com/das-labor/borgware-2d.git
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_ */
|
|
|