Nucleo-F411RE and M-TM022-SPI (2.2 TFT display by Aitendo) test.

About M-TM022-SPI

The M-TM022-SPI is a TFT module like a http://www.adafruit.com/product/1480 TFT module.

STEP 1

  1. Import the program and library from http://developer.mbed.org/users/dextorslabs/code/ILI9340_Driver_Lib/ Thanks,Ian.
  2. Change main program at port of SPI. The Nucleo's SPI ports are,
  • D2 Reset
  • D4 CS
  • D7 D/C
  • D13 CLK
  • D11 MOSI
  • D12 MISO

STEP 2

  1. Connect the Nucleo to M-TM022-SPI.
  2. Circuit diagram is
  • (D2) -> Reset;
  • (D4) -> CS;
  • (D7) -> D/C;
  • (D13) -> CLK;
  • (D11) -> MOSI;
  • (D12) -> MISO;
  • (3V3) -> VCC;
  • (3V3) -R- LED; (R = about 100 ohm)
  • (GND) -> GND

STEP 3

  1. Compile and run.


3 comments on Nucleo-F411RE and M-TM022-SPI (2.2 TFT display by Aitendo) test.:

08 Feb 2015

thank you ... Worked wonderfully for the chinese 2.2 TFT lcd.wonderful library.

06 Apr 2015

Hi, narain. Thank you for your commenting. Enjoy play the chinese 2.2 TFT.

11 Nov 2015

Thank you for this page, useful to compile. This picture is welcomed for the result, but about the physical wiring (made with the green card) is it possible to get another or something about this 'furniture' ;-)

Please log in to post comments.