TM STM32F4xx Libraries  v1.0.0
Libraries for STM32F4xx devices from Tilen Majerle
TM_ILI9341_LTDC

ILI9341 library for LCD on STM32F429 Discovery, with LTDC hardware support - http://stm32f4-discovery.com/2014/06/library-18-ili9341-ltdc-stm32f429-discovery/. More...

Modules

 TM_ILI9341_LTDC_Macros
 Library defines.
 
 TM_ILI9341_LTDC_Typedefs
 Library Typedefs.
 
 TM_ILI9341_LTDC_Functions
 Library Functions.
 

Detailed Description

ILI9341 library for LCD on STM32F429 Discovery, with LTDC hardware support - http://stm32f4-discovery.com/2014/06/library-18-ili9341-ltdc-stm32f429-discovery/.

Note
Only works for STM32F4(2/3)9-Discovery because it has LTDC inside and external memory for data
Pinout on STM32F429-Discovery board
PA3  <-> B5    | PB0  <-> R3 | PC6  <-> HSYNC | PD3  <-> G7 | PF10 <-> ENABLE | PG6  <-> R7     |
PA4  <-> VSYNC | PB1  <-> R6 | PC7  <-> G6    | PD6  <-> B2 |                 | PG7  <-> DOTCLK |
PA6  <-> G2    | PB8  <-> B6 | PC10 <-> R2    |             |                 | PB10 <-> G3     |
PA11 <-> R4    | PB9  <-> B7 |                |             |                 | PG11 <-> B3     |
PA12 <-> R5    | PB10 <-> G4 |                |             |                 | PG12 <-> B4     |
               | PB11 <-> G5 |                |             |                 |                 |
Changelog
 Version 1.4
  - March 14, 2015
  - Added support for new GPIO system
  - Added functions TM_ILI9341_DisplayOff() and TM_ILI9341_DisplayOn()
 
 Version 1.3
  - January 21, 2015,
  - Added support for rounded rectangles
    
 Version 1.2
  - December 27, 2014
  - Added transparent option for strings and chars
    
 Version 1.1
  - August 07, 2014
  - Added scroll down and scroll up features

 Version 1.0
  - First release
Dependencies
 - STM32F4xx
 - STM32F4xx RCC
 - STM32F4xx GPIO
 - STM32F4xx LTDC
 - defines.h
 - TM SPI
 - TM FONTS
 - TM SDRAM
 - TM GPIO