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
- Import the program and library from http://developer.mbed.org/users/dextorslabs/code/ILI9340_Driver_Lib/ Thanks,Ian.
- 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
- Connect the Nucleo to M-TM022-SPI.
- 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
- Compile and run.
3 comments on Nucleo-F411RE and M-TM022-SPI (2.2 TFT display by Aitendo) test.:
Please log in to post comments.
thank you ... Worked wonderfully for the chinese 2.2 TFT lcd.wonderful library.