1、功能说明
    此例程展示了JPEG解码800*480的灰度图像并通过LCDC显示的配置方法。

2、使用环境

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

    芯片支持：
        N32H785
        N32H785EC
        N32H787
    开发板支持：
        N32H787_HMI V1.1

3、使用说明

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

    使用方法：
        1、将78x的GPIO的LedBlink demo和当前CM4的工程程序分别编译后下载到开发板并复位运行。
        2、LCDC屏显示一个800*480的灰度图片，表示图像显示正常。

4、注意事项
    无
    
1. Function description

    This routine demonstrates the configuration method for decoding 800 * 480 grayscale images using JPEG and displaying them through LCDC.

2. Development environment

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

    Supported chips:
        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: 
            M7 Core:     600MHz
        3. Hardware screen:
            ALIENTEK 5/7 RGB TFTLCD 800*480

     Instructions:
        1. Compile the LedBlink demo for 78x's GPIO and the current CM4 project program respectively, 
           then download them to the development board and reset to run.
        2. The LCDC screen displays a 800 * 480 grayscale pigeon image, indicating that the image is displayed normally.

4. Attention
    None

