Sign in

username:

password:



Not a member?

Search motoroladsp



Search tips

Subscribe to motoroladsp



motoroladsp by Keywords

56303 | 563xx | 5680 | 56805 | 5680x | 56F80 | 56F800DEMO | 56F805 | 56f807 | 56F830 | ADC | Bootloader | Codec | CodeWarrior | CW5 | CW6 | Debugger | DSP56303 | DSP56303EVM | DSP563xx | DSP5680 | DSP56800 | DSP56807 | DSP56858 | DSP56858EVM | DSP56F803 | DSP56F805 | DSP56F807 | DSP56F80x | DSP56F826 | DSP56F827 | DSP56F8xx | EVM | FFT | Flash_over_jtag | GPIO | Interrupt | Interrupts | JTAG | LCD | Linker | MCF5307 | Metrowerks | Modulus | MSCAN | PCMaster | PWM | Quad | Rif | RTOS | SDK | SPI

Discussion Groups

Discussion Groups | Freescale DSPs | SPI LCD module?

Technical discussions about Freescale (Motorola) DSPs (including the DSP56000, DSP56300, DSP56600, 56800 DSPs).

  

Post a new Thread

SPI LCD module? - Bende Georg - Feb 24 15:18:00 2004



Did anyone interface an LCD module with the SPI port of the 56F8xx successfully?
What kind of LCD modules are compatible with it?

Georg Bende
Softwareentwickler
Abteilung Elektronik
Dr. Fritz Faulhaber GmbH & Co KG
Daimlerstr. 23
71101 Schönaich
Tel: +49 7031 638294






(You need to be a member of motoroladsp -- send a blank email to motoroladsp-subscribe@yahoogroups.com )

RE: SPI LCD module? - Jacob Christ - Feb 24 17:08:00 2004

I've interfaced 16x2 and 20x2 LCD's both via the SPI and directly to GPIO using an 56F827.  When using the SPI I used a serial to parallel shift register to break out the data and and control lines needed to communicate to the display.  I've been meaning to post the code on my site, but it's kind of messy.  I've included it in this e-mail in case it helps.  The version in this e-mail only works with GPIO, but you only have to change the write nibble routine to get it to work over SPI.  I owe a lot of how this code works to the knowledge I gained by reading a Jan Alexson (SP?) article in Circuit Cellar about 13 or 14 years ago, I've used this snippet of code on every thing from a PIC, to HC11's to HC05's and now DSP56F8xx's
 
Jacob


From: Bende Georg [mailto:g...@faulhaber.de]
Sent: Tuesday, February 24, 2004 7:19 AM
To: m...@yahoogroups.com
Subject: [motoroladsp] SPI LCD module?

Did anyone interface an LCD module with the SPI port of the 56F8xx successfully? What kind of LCD modules are compatible with it?

Georg Bende
Softwareentwickler
Abteilung Elektronik
Dr. Fritz Faulhaber GmbH & Co KG
Daimlerstr. 23
71101 Schönaich
Tel: +49 7031 638294


_____________________________________
/groups.php3

Attachment (not stored)
lcd.h
Type: application/octet-stream

Attachment (not stored)
lcd.c
Type: application/octet-stream



(You need to be a member of motoroladsp -- send a blank email to motoroladsp-subscribe@yahoogroups.com )