Je viens de monter un afficheur lcd acheté chez Conrad (DEM16101TGH)
j'ai lancé le programme test "Hello world" ,il n'affiche que HELLO WO
8 caracteres. L'afficheur dans le programme est configuré en 4 bits : D4,D5,D6,D7.,Est-ce un défaut de l'afficheur ? Il doit être propgrammé en
8bits ? ou quoi d'autre ?
Google translate:
I just mounted an lcd display bought from Conrad (DEM16101TGH)
I launched the "Hello world" test program, it only displays HELLO WO
8 characters. The display in the program is configured in 4 bits: D4, D5, D6, D7., Is this a display fault? It must be propgrammed in
8bits? or what else?
This display should be treated as an 8x2 display. The first 8 characters are on the first 'row' and the remaining characters are on the second 'row'.
Don
on suppose que vous utilisez l'exemple "helloworld" de la lib liquidcrystal installée automatiquement avec ide arduino
il faut faire lcd.begin(8,2); au lieu de (16,2);
This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.