Question 1: Write an AVR program to display text on a 2-line WH2002 LCD display based on...

80.2K

Verified Solution

Question

Electrical Engineering

Question 1:

Write an AVR program to display texton a 2-line WH2002 LCD display based on the HD44780 controller.Apply the following:

  • The LCD instruction/data bus is connected to PORTD, and controlbus is connected to PORTB (RS is connected to PB0, R/W to PB1, E toPB2).
  • Use the #define command to name PORTD as Display_port.
  • Use the #define command to name PORTB as Control_port.
  • The displayed information is stored in the microcontrollerFlash ROM (maximum size of 80 bytes) in the tables \"str_0\" (upperline) and \"str_1\" (lower line), as follow:
    • str_0 = AMA INTERNATIONAL UNIVERSITY
    • str_1= COLLEGE OF ENGINEERING
  • Use 0x18 command to scroll the text across the display (Shiftthe cursor left)

Answer & Explanation Solved by verified expert
4.4 Ratings (729 Votes)
PS If you are having any doubt    See Answer
Get Answers to Unlimited Questions

Join us to gain access to millions of questions and expert answers. Enjoy exclusive benefits tailored just for you!

Membership Benefits:
  • Unlimited Question Access with detailed Answers
  • Zin AI - 3 Million Words
  • 10 Dall-E 3 Images
  • 20 Plot Generations
  • Conversation with Dialogue Memory
  • No Ads, Ever!
  • Access to Our Best AI Platform: Flex AI - Your personal assistant for all your inquiries!
Become a Member

Other questions asked by students