1、功能说明
    此例程展示了JPEG解码3张800*480的YUV420图像为YUV422格式并通过LCDC显示的配置方法。

2、使用环境

    软件开发环境：KEIL MDK-ARM V5.34
                  IAR EWARM 8.50.1

    芯片支持：
        N32H730  
        N32H735   
        N32H735EC
        N32H760
        N32H762
        N32H765
        N32H765EC
        N32H785
        N32H785EC
        N32H787
    开发板支持：
        N32H787_HMI V1.1

3、使用说明

    系统配置
        1、时钟源：HSI+PLL
        2、系统时钟频率：
            600MHz
        3、硬件屏：
            ALIENTEK 5/7 RGB TFTLCD 800*480

    使用方法：
        1、编译后将程序下载到开发板并复位运行。
        2、LCDC屏显示三个800*480的YUV422图片的依次播放，表示图像显示正常。

4、注意事项
    无
    
1. Function description

    This routine demonstrates the configuration method of decoding three 800 * 480 YUV420 images into YUV422 format using JPEG and displaying them on LCDC.

2. Development environment

    Software development environment: KEIL MDK-ARM V5.34
                                      IAR EWARM 8.50.1

    Supported chips:
        N32H730  
        N32H735   
        N32H735EC
        N32H760
        N32H762
        N32H765
        N32H765EC
        N32H785
        N32H785EC
        N32H787
    Development board support:
        N32H787_HMI V1.1

3. How to use

    System Configuration:
        1. Clock source: HSI+PLL
        2. System Clock frequency: 
            600MHz
        3. Hardware screen:
            ALIENTEK 5/7 RGB TFTLCD 800*480

     Instructions:
        1. After compilation, download the program to the development board and reset it to run.
        2. The LCDC screen displays three 800 * 480 YUV422 images playing in sequence, indicating that the image display is normal.

4. Attention
    None

