s2

Revision:
0:66a03c7cfb16
Child:
1:367a17638cfb
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/affichage.h	Tue Jun 08 08:22:07 2021 +0000
@@ -0,0 +1,18 @@
+#ifndef _affichage_h
+#define _affichage_h
+#include "FT_Platform.h"
+extern float CZ;
+extern float CX;
+extern float Deg;
+extern float CH0;
+extern float CH1;
+extern float CH2;
+extern float CH3;
+extern float CH4;
+extern float CH5;
+extern float CH6;
+extern float CH7;
+void EcranPrincipale();
+ft_void_t luminosite( ft_int32_t lum);
+ft_void_t drawline( ft_int32_t x0, ft_int32_t y0,ft_int32_t x1,ft_int32_t y1);
+#endif
\ No newline at end of file