CE 433 Spring 2024
Lab 7: Basys 3 Board to Implement an LCD Driver
Sahra Genc
sggenc@fortlewis.edu


Lab 7: Basys 3 Board to Implement an LCD Driver

Task 1: Repeat the work on the textbook.

Figure 1. The code from the textbook to display words on the LCD driver


Video 1. The demonstration of displaying running texts on the LCD Driver


Task 2: Modify the code to show steady texts on the display.


Figure 2. The modification on the above code to display the texts steady


Video 2. The demonstration of showing the texts steady on LCD driver

Task 3: Use ASCII code instead of letters in the code to display 'Hello !!'.


Figure 3. Using the ASCII code instead of letters


Figure 4. Displaying 'Hello !!' on the LCD driver