/**
  @page LCD_PicturesFromSDCard LCD application
  
  @verbatim  
  ******************** (C) COPYRIGHT 2017 STMicroelectronics *******************
  * @file    Display/LCD_PicturesFromSDCard/Media/readme.txt 
  * @author  MCD Application Team
  * @brief   Description of the LCD_PicturesFromSDCard application used pictures.
  ******************************************************************************
  * @attention
  *
  * Copyright (c) 2017 STMicroelectronics.
  * All rights reserved.
  *
  * This software is licensed under terms that can be found in the LICENSE file
  * in the root directory of this software component.
  * If no LICENSE file comes with this software, it is provided AS-IS.
  *
  ******************************************************************************  
   @endverbatim

@par Application Description 
  - The bitmap images should be copied inside a dedicated directory named as "Media" 
    at the micro SD card root.
    The images should have the following properties:
     file type    : *.bmp
     resolution   : up to 800x480.
     pixel format : RGB565, RGB888 or ARGB8888
 
@par Keywords

Graphic, Display, LCD, Pictures, SD Card, BMP, RGB565, RGB888, ARGB8888


 */
