Merge pull request #1461 from Misca1234/EA_T123A-I2C

Ea t123 a i2 c
This commit is contained in:
Rene Pöschl 2017-08-12 12:25:15 +02:00 committed by GitHub
commit c3b2bad9dc
4 changed files with 10073 additions and 26 deletions

View file

@ -135,10 +135,6 @@ D Afficheur LCD nLignes
K DEV
$ENDCMP
#
$CMP DISPLAY_3_LIGNE
D DISPLAY EA7123-12C
$ENDCMP
#
$CMP DOT-BAR
D GRAPH unit
K BAR DOT
@ -157,6 +153,12 @@ K Graphic display EA DOGXL160-7
F http://www.lcd-module.com/eng/pdf/grafik/dogxl160-7e.pdf
$ENDCMP
#
$CMP EA_T123X-I2C
D 3 Lines, 12 character alpha numeric LCD, transreflective STN and FSTN Gray, I2C, single or dual power
K 3 Lines, 12 character alpha numeric LCD, transreflective STN and FSTN Gray, I2C, single or dual power
F http://www.lcd-module.de/pdf/doma/t123-i2c.pdf
$ENDCMP
#
$CMP HDSM-441B
D Double 7 segment Blue LED common anode SMD mount
K Double 7 segment Blue LED common anode SMD mount

View file

@ -1407,28 +1407,6 @@ X D7 14 -1800 -650 250 R 50 50 1 1 T
ENDDRAW
ENDDEF
#
# DISPLAY_3_LIGNE
#
DEF DISPLAY_3_LIGNE S 0 40 Y Y 1 F N
F0 "S" -1050 750 50 H V C CNN
F1 "DISPLAY_3_LIGNE" 250 -750 50 H V C CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
DRAW
T 0 50 450 250 0 0 0 LINE_1 Normal 0 C C
T 0 50 0 250 0 0 0 LINE_2 Normal 0 C C
T 0 50 -450 250 0 0 0 LINE_3 Normal 0 C C
S -1250 650 1150 -650 0 0 0 N
S -1550 700 1200 -700 0 1 0 N
X GND 1 -1800 650 250 R 50 50 1 1 W
X VCC 2 -1800 550 250 R 50 50 1 1 W
X VLCD 3 -1800 450 250 R 50 50 1 1 I
X VO 4 -1800 350 250 R 50 50 1 1 I
X SDA 5 -1800 250 250 R 50 50 1 1 I
X SCL 6 -1800 150 250 R 50 50 1 1 I
ENDDRAW
ENDDEF
#
# DOT-BAR
#
DEF DOT-BAR BAR 0 40 Y N 10 F N
@ -1552,6 +1530,30 @@ X ~RST 29 -600 300 100 R 50 50 1 1 I
ENDDRAW
ENDDEF
#
# EA_T123X-I2C
#
DEF EA_T123X-I2C U 0 40 Y Y 1 F N
F0 "U" -350 450 50 H V C CNN
F1 "EA_T123X-I2C" 140 460 50 H V L CNN
F2 "Displays:EA_T123X-I2C" 0 -600 50 H I C CNN
F3 "" 0 -500 50 H I C CNN
$FPLIST
*EA*T123A*I2C*
$ENDFPLIST
DRAW
T 0 -290 -60 60 0 0 0 12~Character Normal 0 L C
T 0 -190 40 60 0 0 0 3~Lines Normal 0 L C
S -310 100 330 -150 0 0 10 N
S -400 400 400 -400 0 1 10 f
X VSS 1 0 -500 100 U 50 50 1 1 W
X VDD 2 0 500 100 D 50 50 1 1 W
X VLCD 3 -500 -300 100 R 50 50 1 1 I
X V0 4 -100 500 100 D 50 50 1 1 W
X SDA 5 -500 200 100 R 50 50 1 1 B
X SCL 6 -500 300 100 R 50 50 1 1 I
ENDDRAW
ENDDEF
#
# ELD-426x
#
DEF ELD-426x AFF 0 40 Y Y 1 F N

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long