Release Notes for

ILI9325 Component Driver

Copyright © 2016 STMicroelectronics

Purpose

This directory contains the board drivers to demonstrate the capabilities of the ILI9325 Component Driver.

Update History

Main Changes

  • Update Release_Notes.html to support new format
  • All source files: update disclaimer to add reference to the new license agreement

Main Changes

  • ili9325.c: alignment with BSP STM32446E_EVAL V1.1.2 and BSP STM324xG_EVAL V2.2.2
    • Update ili9325_ReadPixel() and ili9325_ReadReg() to support the new LCD_IO_ReadData() API

Main Changes

  • ili9325.h: change “" by”/" in the include path to fix compilation issue under Linux

Main Changes

  • Official Final Release for LCD Controllers harmonization
  • Replace LCD_IO_WriteData() by LCD_IO_WriteMultipleData() to be compliant with SPI interface
  • Warning : break compatibility with old BSP common files - done for STM3210C-EVAL board

Main Changes

  • Final Official Release for LCD Controller harmonization

Main Changes

  • Beta Release to change the usage of LCD_IO_ReadData

Main Changes

  • Align driver with the STM32Cube BSP architecture by removing check for initialization in ili9325_Init()
  • Initializes only the LCD IO in read ID APIs instead of all initialization sequence and remove the check for initialization in ili9325_ReadID() function
  • Comments clean up and typo corrections

Main Changes

  • First official release