diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2012-12-30 00:37:23 +0100 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2012-12-30 00:37:23 +0100 |
commit | 305aa3830af6786dc3a4c0df094c8725fb33a244 (patch) | |
tree | f76a4ecd578c1c770bfd1ed028f20177b185e489 /display/nokia_1200 | |
parent | e467132dcbfa83a0ec0a4fd64ddd00c64f91f04e (diff) | |
download | sigrok-dumps-305aa3830af6786dc3a4c0df094c8725fb33a244.tar.gz sigrok-dumps-305aa3830af6786dc3a4c0df094c8725fb33a244.zip |
Add Nokia 1200 (on r0ket) dumps.
Diffstat (limited to 'display/nokia_1200')
-rw-r--r-- | display/nokia_1200/r0ket/README | 41 | ||||
-rw-r--r-- | display/nokia_1200/r0ket/r0ket_nokia_1200_long.sr | bin | 0 -> 208911 bytes | |||
-rw-r--r-- | display/nokia_1200/r0ket/r0ket_nokia_1200_short.sr | bin | 0 -> 69555 bytes |
3 files changed, 41 insertions, 0 deletions
diff --git a/display/nokia_1200/r0ket/README b/display/nokia_1200/r0ket/README new file mode 100644 index 0000000..e3a4536 --- /dev/null +++ b/display/nokia_1200/r0ket/README @@ -0,0 +1,41 @@ +------------------------------------------------------------------------------- +Nokia 1200 +------------------------------------------------------------------------------- + +This is a set of example captures of the protocol of a Nokia 1200 cell +phone display. + +The display is a monochrome LCD with 96x68 pixels. It uses the +Philips PCF8814 "65 x 96 pixels matrix LCD driver". + +The display is attached to the "r0ket" eval board / conference badge. It is +controlled from the NXP LPC1343 ARM controller on that board. + +Details: +http://r0ket.badge.events.ccc.de +http://r0ket.badge.events.ccc.de/_media/r0ket.sch.png +http://mylcd.sourceforge.net/files/pcf8814.pdf +http://www.nxp.com/documents/data_sheet/LPC1311_13_42_43.pdf + + +Logic analyzer setup +-------------------- + +The logic analyzer used was a Saleae Logic (at 16MHz): + + Probe LPC1343 chip + ------------------------ + 1 (black) CS# (PIO2_1 / DSR) + 2 (brown) SCK (PIO2_11 / SCK0) + 3 (red) SDA (PIO0_9 / MOSI0) + 4 (orange) RST# (PIO2_2 / DCD#) + + +Data +---- + +The sigrok command line used was: + + sigrok-cli --driver fx2lafw -d samplerate=16mhz --time <time> + -o <file> -p 0=CS#,1=SCK,2=SDA,3=RST# + diff --git a/display/nokia_1200/r0ket/r0ket_nokia_1200_long.sr b/display/nokia_1200/r0ket/r0ket_nokia_1200_long.sr Binary files differnew file mode 100644 index 0000000..bf8f70d --- /dev/null +++ b/display/nokia_1200/r0ket/r0ket_nokia_1200_long.sr diff --git a/display/nokia_1200/r0ket/r0ket_nokia_1200_short.sr b/display/nokia_1200/r0ket/r0ket_nokia_1200_short.sr Binary files differnew file mode 100644 index 0000000..d85fa42 --- /dev/null +++ b/display/nokia_1200/r0ket/r0ket_nokia_1200_short.sr |