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.
22 lines
448 B
22 lines
448 B
#ifndef PROGRAMM_H_
|
|
#define PROGRAMM_H_
|
|
|
|
void off();
|
|
void spirale(unsigned int delay);
|
|
void joern1();
|
|
void joern2();
|
|
void draw_line( unsigned char yabs, signed char delta);
|
|
void schachbrett(unsigned char times);
|
|
void test1();
|
|
void test_level1();
|
|
void test_level2();
|
|
void test_level3();
|
|
void test_levels();
|
|
void test_palette();
|
|
void snake();
|
|
void matrix();
|
|
void fadein();
|
|
void feuer();
|
|
void random_bright(unsigned cycles);
|
|
|
|
#endif /* PROGRAMM_H_ */
|
|
|