================================================================================
                                样例使用说明
                             Sample Description
================================================================================
功能描述：
此样例是对单色无源液晶显示器(LCD)的演示，将偏置产生电路配置为内部电阻分压，
使LCD全显，显示“88:88”字样。

Function descriptions:
This sample demonstrates the usage of a monochrome passive LCD (Liquid Crystal 
Display). The bias generation circuit is configured with internal resistor 
voltage division to achieve a fully displayed LCD showing the "88:88" characters.
================================================================================
测试环境：
测试用板：PY32F040E_STK
MDK版本： 5.28
IAR版本： 9.20
GCC 版本：GNU Arm Embedded Toolchain 10.3-2021.10

Test environment:
Test board: PY32F040E_STK
MDK Version: 5.28
IAR Version: 9.20
GCC Version: GNU Arm Embedded Toolchain 10.3-2021.10
================================================================================
使用步骤：
1. 编译并下载程序；
2. STK板与LCD的连线方式如下：
   STK板                LCD
   PA8(COM0)  --------> COM0
   PA9(COM1) --------> COM1
   PA10(COM2) --------> COM2
   PF5(COM3) --------> COM3
   PA11(SEG0)  --------> SEG0
   PC9(SEG1)  --------> SEG1
   PC8(SEG2)  --------> SEG2
   PC7(SEG3)  --------> SEG3
   PC6(SEG4)  --------> SEG4
   PB15(SEG5) --------> SEG5
   PB14(SEG6) --------> SEG6
   PB13(SEG7) --------> SEG7
3. 按下复位按键，LCD全显，显示“88:88”字样。

Example execution steps:
1. Compile and download the program.
2. Connect the STK board to the LCD using the following connections:
   STK board                LCD
   PA8(COM0)  --------> COM0
   PA9(COM1) --------> COM1
   PA10(COM2) --------> COM2
   PF5(COM3) --------> COM3
   PA11(SEG0)  --------> SEG0
   PC9(SEG1)  --------> SEG1
   PC8(SEG2)  --------> SEG2
   PC7(SEG3)  --------> SEG3
   PC6(SEG4)  --------> SEG4
   PB15(SEG5) --------> SEG5
   PB14(SEG6) --------> SEG6
   PB13(SEG7) --------> SEG7
3. Press the reset button to display the "88:88" characters on the LCD.
================================================================================
注意事项：
如果需要使用按键:
StartKit版本为V2.0以下,需将StartKit.h中的StartKitVersion 2 注释掉，并打开
StartKitVersion 1
StartKit版本为V2.0及以上版本,则无需操作
单色无源液晶显示器(LCD)的型号为：GDC04212。

Notes:
If you need to use buttons:
StartKit version is below V2.0, you need to comment StartKitVersion 2 in
StartKit.h, and open StartKitVersion 1 
StartKit version is V2.0 and above, no operation is required
The model of the monochrome passive LCD is: GDC04212.
================================================================================
