initial commit
This commit is contained in:
commit
617bdc2d29
281 changed files with 5698 additions and 0 deletions
BIN
projekte/lc-display/HD44780.pdf
Normal file
BIN
projekte/lc-display/HD44780.pdf
Normal file
Binary file not shown.
BIN
projekte/lc-display/LCD4BitLibrary.zip
Normal file
BIN
projekte/lc-display/LCD4BitLibrary.zip
Normal file
Binary file not shown.
BIN
projekte/lc-display/WD_C2704M_1HNN.pdf
Normal file
BIN
projekte/lc-display/WD_C2704M_1HNN.pdf
Normal file
Binary file not shown.
BIN
projekte/lc-display/datasheet.pdf
Normal file
BIN
projekte/lc-display/datasheet.pdf
Normal file
Binary file not shown.
4
projekte/lc-display/fnord.pbm
Normal file
4
projekte/lc-display/fnord.pbm
Normal file
|
@ -0,0 +1,4 @@
|
|||
P1
|
||||
# CREATOR: GIMP PNM Filter Version 1.1
|
||||
5 8
|
||||
1000101010101011111101110100011000101010
|
BIN
projekte/lc-display/fnord.xcf
Normal file
BIN
projekte/lc-display/fnord.xcf
Normal file
Binary file not shown.
14
projekte/lc-display/pbm2fnord.pl
Normal file
14
projekte/lc-display/pbm2fnord.pl
Normal file
|
@ -0,0 +1,14 @@
|
|||
#!/usr/bin/perl
|
||||
use strict;
|
||||
|
||||
my @lines = <>;
|
||||
|
||||
|
||||
# P1
|
||||
# # CREATOR: GIMP PNM Filter Version 1.1
|
||||
# 5 8
|
||||
# 1000101010101011111101110100011000101010
|
||||
|
||||
$lines[0] eq "P1\n" or die "First line should read 'P1' for Plain PBM";
|
||||
|
||||
for (my $line=0; $line <= $#lines;
|
BIN
projekte/lc-display/sharp-lm40a21-fnord.pdf
Normal file
BIN
projekte/lc-display/sharp-lm40a21-fnord.pdf
Normal file
Binary file not shown.
BIN
projekte/lc-display/sharp-lm40a21-pins.pdf
Normal file
BIN
projekte/lc-display/sharp-lm40a21-pins.pdf
Normal file
Binary file not shown.
Reference in a new issue