For users of the Atmel AT91SAM7 and AT91SAM9 ARM CPU chips. Atmel has taken a new direction by combining on chip flash and ram with the ARM CPU on a single die. This provides low cost devices for small systems using the ARM CPU.
This group is to exchange information to help users get started and learn how to use the devices.
Hi All,
Iam working on the linux driver for the olimex Nokia 6610 LCD module.As
the LCD module works with 9 bits in SPI.
Thsi is how I setup the SPI driver:
int err;
spi->bits_per_word = 9;
err = spi_setup(spi);
Now to send the command and data using the si_write function,how do I
that?Iam not able to get the LCD working.
Regards
T.V.R.Prasad

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