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.

30 lines
424 B

#ifndef PROGRAMM_H_
#define PROGRAMM_H_
#include "../pixel.h"
#include "../util.h"
14 years ago
void test_level(unsigned char level);
void test_palette();
16 years ago
void test_palette2();
14 years ago
#ifdef ANIMATION_OFF
inline static void off()
{
clear_screen(0);
14 years ago
while(1)
wait(100);
14 years ago
}
#endif
void spiral(int delay);
14 years ago
void joern1();
void checkerboard(unsigned char times);
13 years ago
void fire();
void random_bright(unsigned cycles);
#endif /* PROGRAMM_H_ */