Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: LCD_DISCO_F429ZI mbed BSP_DISCO_F429ZI
Diff: TraceMatrix/Trace.h
- Revision:
- 13:a837e142743f
- Parent:
- 12:c73ef3123eb8
- Child:
- 14:006b29435bdb
--- a/TraceMatrix/Trace.h Sun Mar 31 16:39:23 2019 +0000
+++ b/TraceMatrix/Trace.h Wed Apr 10 20:07:13 2019 +0000
@@ -1,10 +1,11 @@
#include "mbed.h"
#include "LCD_DISCO_F429ZI.h"
-#define TailleMatrice 12 /*va peut être changer*/
+#define TailleMatrice 16 /*va peut être changer*/
struct matrice {
- int taille;
+ int tailleX;
+ int tailleY;
char tableau[TailleMatrice][TailleMatrice];
} ;
@@ -15,6 +16,16 @@
//Elements de la banque de symboles
-matrice *BS_testDessin(); //Petit symbole pour tester des trucs
-matrice *BS_petitM(); //Un petit M majuscule
-matrice *BS_Abi();
\ No newline at end of file
+matrice *BS_smile(); //un petit dessin pour des tests
+
+//liste de chiffres arabes
+matrice *BS_0();
+matrice *BS_1();
+matrice *BS_2();
+matrice *BS_3();
+matrice *BS_4();
+matrice *BS_5();
+matrice *BS_6();
+matrice *BS_7();
+matrice *BS_8();
+matrice *BS_9();
\ No newline at end of file
