diff options
author | Karel Kočí <cynerd@email.cz> | 2019-03-06 22:36:22 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2019-03-06 22:40:31 +0100 |
commit | a1236a39e7842ed24b3a9c986dba177d02be5114 (patch) | |
tree | 127ee3ce519961c627fd14e9850e553b502a0205 /control/gui.h | |
parent | fe2ce269997dcc23f5eac51ee64e2d06570bf6d4 (diff) | |
download | bigclown-leds-a1236a39e7842ed24b3a9c986dba177d02be5114.tar.gz bigclown-leds-a1236a39e7842ed24b3a9c986dba177d02be5114.tar.bz2 bigclown-leds-a1236a39e7842ed24b3a9c986dba177d02be5114.zip |
Implement gui and fix rainbow selection
For some reason when I use " in payload it is not send. I have no idea
why but it is just probably some bug in bigclown.
Diffstat (limited to 'control/gui.h')
-rw-r--r-- | control/gui.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/control/gui.h b/control/gui.h new file mode 100644 index 0000000..ebf29b7 --- /dev/null +++ b/control/gui.h @@ -0,0 +1,11 @@ +#include <bcl.h> +#include <bc_eeprom.h> +#include <bc_spi.h> +#include <bc_dice.h> + +#ifndef _GUI_H_ +#define _GUI_H_ + +void update_gui(); + +#endif |