Librairie nécessaire pour utiliser le Lcd de l'IOGS
Revision 3:f5877d3dcc0f, committed 2017-06-06
- Comitter:
- Thur
- Date:
- Tue Jun 06 09:30:19 2017 +0000
- Parent:
- 2:bcb0d1541b67
- Commit message:
- correction Str Affichage;
Changed in this revision
Lcd.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r bcb0d1541b67 -r f5877d3dcc0f Lcd.h --- 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); * }