1、功能说明
此例程展示了LCDC的水平镜像功能，原始图片不断的水平镜像和恢复。

2、使用环境

    软件开发环境：KEIL MDK-ARM V5.34
                  IAR EWARM 8.50.1 
    芯片支持：
        N32H730  
        N32H735   
        N32H735EC
        N32H760
        N32H762
        N32H765
        N32H765EC
        N32H785
        N32H785EC
        N32H787
        
3、使用说明

    系统配置
        1、时钟源：HSI+PLL
        2、系统时钟频率：
            600MHz
        3、GPIO：
            以下端口硬件基于N32H787_HMI_V1.1
            PI15: R0, PJ0: R1, PJ1: R2, PJ2: R3, PJ3: R4, PJ4: R5, PJ5: R6, PJ6: R7,
            PJ7: G0, PJ8: G1, PJ9: G2, PJ10: G3, PJ11: G4, PK0: G5, PI11: G6, PD3: G7,
            PJ12: B0, PJ13: B1, PJ14: B2, PJ15: B3, PK3: B4, PK4: B5, PA15: B6, PB9: B7,
            PG7: LCD_CLK, PI12: LCD_HSYNC, PI13: LCD_VSYNC, PK7: LCD_DE, PB10: LCD_BL, PH3: LCD_DIS.
        3、LCD：
            ATK-MD0700R-800480

    使用方法：
        1、编译后将程序下载到开发板并复位运行。
        2、可观察到图片不断的水平镜像和恢复。

4、注意事项
        如果需要使用M4内核，用户需要添加配置
    
1. Function description

    This demo demonstrates the horizontal mirroring function of the LCDC, where the original image is continuously flipped horizontally and then restored.

2. Use 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

3. Instructions for use

    System Configuration:
        1. Clock source: HSI+PLL
        2. System Clock frequency: 
            600MHz
        3.GPIO:
            The following port hardware is based on N32H787_HMI_V1.1
            PI15: R0, PJ0: R1, PJ1: R2, PJ2: R3, PJ3: R4, PJ4: R5, PJ5: R6, PJ6: R7,
            PJ7: G0, PJ8: G1, PJ9: G2, PJ10: G3, PJ11: G4, PK0: G5, PI11: G6, PD3: G7,
            PJ12: B0, PJ13: B1, PJ14: B2, PJ15: B3, PK3: B4, PK4: B5, PA15: B6, PB9: B7,
            PG7: LCD_CLK, PI12: LCD_HSYNC, PI13: LCD_VSYNC, PK7: LCD_DE, PB10: LCD_BL, PH3: LCD_DIS.
        3、LCD：
            ATK-MD0700R-800480

     Instructions:
        1. After compiling, download the program and reset, the program start running.
        2. Can observe the image continuously undergoing horizontal mirroring and restoration.

4. Attention
       If need to use the M4 kernel, you need to add the configuration.

