Librairie nécessaire pour utiliser le Lcd de l'IOGS

Revision:
3:f5877d3dcc0f
Parent:
2:bcb0d1541b67
--- a/Lcd.h	Fri Jun 02 10:31:17 2017 +0000
+++ b/Lcd.h	Tue Jun 06 09:30:19 2017 +0000
@@ -13,7 +13,7 @@
  * {
  *     ecran.init_LCD();
  *     char i=1,j=1;
- *     char str[]="J'affiche quelque\0";
+ *     char str[]="J'affiche quelque";
  *     while(1) {
  *         ecran.writeStr_LCD(str,i,j);
  *     }