Chapter 4 LVDS LCD screen display experiment

Chapter 4 LVDS LCD screen display experiment#

The experimental Vivado project is “lvds_lcd”.

This chapter introduces the color bar display of lvds lcd LCD screen.

Hardware introduction#

ALINX black gold 7-inch LCD screen module (AN7000) uses IVO’s 7-inch TFT LCD screen. The model number of the LCD screen is M070AWAD R0. AN7000 LCD screen module is made of TFT It consists of an LCD screen and a driver board. For specific parameters, please refer to the AN7000 user manual. The actual photos of AN7000 are as follows:

\_K4A5291

AN7000 LCD screen front view

programming#

1) Like PL’s “Hello World” LED experiment, add a block design, and add the CIPS core and configure it as PL Subsystem

../_images/image120.png
  1. Add LVDS LCD controller IP

../_images/image1211.png
  1. Add Advanced IO Wizard and configure

../_images/image122.png ../_images/image123.png ../_images/image124.png
  1. Connect as follows

../_images/image125.png
  1. Add the color bar file, drag it to the block design, and connect it

../_images/image126.png

Define VIDEO_1280_720 in video_define.v because the LCD resolution is 1280*720

../_images/image127.png
  1. Generate HDL file

../_images/image128.png
  1. Add some other signals

../_images/image129.png
  1. Constraint pins

../_images/image130.png
  1. Generate pdi file

../_images/image511.png

Experimental phenomena#

Connect the LCD screen, download the program, and you can see the color bar display.

../_images/image1311.png ../_images/image132.png