summaryrefslogtreecommitdiff
path: root/src/illuminate.h
diff options
context:
space:
mode:
authorLudovic Pouzenc <ludovic@pouzenc.fr>2012-06-17 09:28:18 +0000
committerLudovic Pouzenc <ludovic@pouzenc.fr>2012-06-17 09:28:18 +0000
commit96d4d223a6e2790e6269cd3b19b4944d99d61eb3 (patch)
treec62d0a1e02e7e9fe4a4415a6eeafb8ea35d10bf4 /src/illuminate.h
parent797149c5a9ee0c7c70947f72cbaece5efd3dd687 (diff)
download2012-violon-leds-96d4d223a6e2790e6269cd3b19b4944d99d61eb3.tar.gz
2012-violon-leds-96d4d223a6e2790e6269cd3b19b4944d99d61eb3.tar.bz2
2012-violon-leds-96d4d223a6e2790e6269cd3b19b4944d99d61eb3.zip
Premiere integraation de la partie DMX. Parfois le programme rate l'initialisation ou semble freezé !!
Mais l'iilumination fonctionne. La réactivité est géniale, il y a du boulot pour filtrer le plancher bruit et il y a encore un "flicker" pas sympa, je pense que ça a encore à voir avec la taille des buffers passés à la FFT... C'est très con ce pb... Les tests de cette version ont été faits avec le Netbook MSI (Ludo). git-svn-id: file:///var/svn/2012-violon-leds/trunk@21 6be1fa4d-33ac-4c33-becc-79fcb3794bb6
Diffstat (limited to 'src/illuminate.h')
-rw-r--r--src/illuminate.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/illuminate.h b/src/illuminate.h
new file mode 100644
index 0000000..1854a85
--- /dev/null
+++ b/src/illuminate.h
@@ -0,0 +1,8 @@
+#ifndef ILLUMINATE_H
+#define ILLUMINATE_H
+
+int dmx_init();
+int dmx_write_rgb(int r, int g, int b);
+void dmx_deinit();
+
+#endif /*ILLUMINATE_H*/