« Gestion Affichage LCD » : différence entre les versions

De HackBBS
Aller à la navigation Aller à la recherche
Page créée avec « ==Schéma montage== Pin 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 Gnd 5V Vee RS R/W E D0 D1 D2 D3 D4 D5 D6 D7 LED+ LED- »
 
 
(13 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==
Pin 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
{| class="wikitable" width="80%" align="center"
Gnd 5V Vee RS R/W E D0 D1 D2 D3 D4 D5 D6 D7 LED+ LED-
|+ 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 à 01:57

Matériel

 * 1X ATMEGA48V-10PU
 * 1X PC 0802-A 

Schéma montage

Connecteur LCD
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