Aitendo Graphic LCD (M018C7735SPI) and mbed
Page last updated
26 Feb 2012, by
Hirofumi Inomata.
5
replies
I try to use a Aitendo Color Graphic LCD 128x160 (M018C7735SPI) by mbed LPC1768.
/media/uploads/digiponta/12022602.jpg
Its LDC work write by modifying a ST7735_TFT library, and the below connections to it.
ST7735_TFT(
PinName mosi = SDA,
PinName miso = a pin asigned by no connection,
PinName sclk = SCK,
PinName cs = CS,
PinName rs = A0,
PinName reset = RESET
);
5 comments on Aitendo Graphic LCD (M018C7735SPI) and mbed:
Thanks.
Yes, I use the same library, because it seems to be the same module with pins asigned different from the article, you said. While Aitendo is a shop in Akihabara, Japan.
Hi Hirofumi
I have got it working :)
I have used the folowing pins to connect to the Mbed:
CS to pin 8 (cs)
SDA to pin 5 (mosi)
SCK to pin 7 (sck)
A0 to pin 11 (rs)
RESET to pin 15 (reset)
I used 5v to the display (JP1 must be open circuit) and connected the LED to the GND and VCC pins on the display.
The Pong game works
Please log in to post comments.
Have a look at http://mbed.org/users/smultron1977/notebook/spi-18-tft--mbed-work-in-progress/ and here http://mbed.org/users/smultron1977/programs/ST7735_Pong/m23i05
It seems similar to your display !