« Gestion Affichage LCD » : différence entre les versions
Aller à la navigation
Aller à la recherche
(12 versions intermédiaires par le même utilisateur non affichées) | |||
Ligne 1 : | Ligne 1 : | ||
==Matériel== | |||
* 1X ATMEGA48V-10PU | |||
* 1X PC 0802-A | |||
==Schéma montage== | ==Schéma montage== | ||
| | {| class="wikitable" width="80%" align="center" | ||
| | |+ Connecteur LCD | ||
|- | |||
! scope=col | Pin 1 | |||
! scope=col | Pin 2 | |||
! scope=col | Pin 3 | |||
! scope=col | Pin 4 | |||
! scope=col | Pin 5 | |||
! scope=col | Pin 6 | |||
! scope=col | Pin 7 | |||
! scope=col | Pin 8 | |||
! scope=col | Pin 9 | |||
! scope=col | Pin 10 | |||
! scope=col | Pin 11 | |||
! scope=col | Pin 12 | |||
! scope=col | Pin 13 | |||
! scope=col | Pin 14 | |||
! scope=col | Pin 15 | |||
! scope=col | Pin 16 | |||
|- | |||
||GND->GND | |||
| | | |||
5V->VCC | |||
| | | |||
Vee->R+GND | |||
| | | |||
RS->PB0 | |||
| | | |||
R/W->PB1 | |||
| | | |||
E->PB2 | |||
| | | |||
D0->PD0 | |||
| | | |||
D1->PD1 | |||
| | | |||
D2->PD2 | |||
| | | |||
D3->PD3 | |||
| | | |||
D4->PD4 | |||
| | | |||
D5->PD5 | |||
| | | |||
D6->PD6 | |||
| | | |||
D7->PD7 | |||
| | | |||
LED+->nop | |||
| | | |||
LED-->nop | |||
|} | |||
Vee est relié à GND via une R 1k7 pour le contraste | |||
Voici le code actuel [[affichage avr lcd]] | |||
Dernière version du 17 avril 2010 à 00:57
Matériel
* 1X ATMEGA48V-10PU * 1X PC 0802-A
Schéma montage
Pin 1 | Pin 2 | Pin 3 | Pin 4 | Pin 5 | Pin 6 | Pin 7 | Pin 8 | Pin 9 | Pin 10 | Pin 11 | Pin 12 | Pin 13 | Pin 14 | Pin 15 | Pin 16 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
GND->GND |
5V->VCC |
Vee->R+GND |
RS->PB0 |
R/W->PB1 |
E->PB2 |
D0->PD0 |
D1->PD1 |
D2->PD2 |
D3->PD3 |
D4->PD4 |
D5->PD5 |
D6->PD6 |
D7->PD7 |
LED+->nop |
LED-->nop |
Vee est relié à GND via une R 1k7 pour le contraste
Voici le code actuel affichage avr lcd