diff --git a/src/Piexl.h b/src/Piexl.h
new file mode 100644
index 0000000000000000000000000000000000000000..7726b937db593cac9b496be10060d928ce5a1796
--- /dev/null
+++ b/src/Piexl.h
@@ -0,0 +1,8 @@
+#ifndef PIXEL_H
+#define PIXEL_H
+
+struct PIXEL_H{
+    unsigned char r,g,b;
+};
+
+#endif