INFO CENTER

Causes of LCD module splash screen failure

2021-06-26

LCD module is displayed by the driver, there are basically no more than two cases: in debugging, there will be a splash screen, and in use, there will be a splash screen. 

photobank.jpg

1、 Splash screen appears in LCM driver written by engineer

(1) First check the hardware: check whether the interface between the main board and LCD module is loose, whether the contact is good, whether the data line is connected wrong, short circuit, open circuit, whether the connection line between the LCD module and the main board is too long, causing signal attenuation. The hardware connection must be correct.

(2) Secondly, software

1. Whether the initialization code of LCD module driver is correct.

2. Whether the time sequence of reset signal is long enough after power on. Generally, the delay of low signal is 1 / 3 of that of high limit signal.

3. Check the timing of the read-write program. Most of the current MCU is very fast, which causes the clock signal to be too narrow or just at the critical point. If it is slightly interfered by the outside world, it will cause the clock signal to be disordered, and the LCD module can't recognize the accurate data, causing the confusion.

4. Check whether the RAM space in the LCD module corresponds to the address of the software, and each LCD has a corresponding relationship.

2、 Flower screen will appear in use

1. Turn on and reset to see if the LCD works normally. If it works normally, it means that the LCD itself is not broken.

2. Whether the interface between the module and the MUC is stable, whether it works for a long time, whether the structure is aging, and whether the terminal is oxidized.

3. Whether there is a strong EDS signal in the host, especially if there are too many AC components in the power supply and the connecting line is long.

4. Whether the environment is high temperature and cold. In addition to the LCD module, the crystal error of MCU and the anti-interference of other components should be considered

5. Whether the MCU has a crash phenomenon, whether the watchdog has been set, the LCD module itself is a passive component, only receives the signal sent by the MCU, receives the good signal will display normally, receives the production signal may appear does not display or the garbled screen phenomenon.