Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What is the major difference in LCD Code for Non-ROHS version of PICDEM2 plus demonstration board and ROHS version of PICDEM2 demonstration board?

0
Posted

What is the major difference in LCD Code for Non-ROHS version of PICDEM2 plus demonstration board and ROHS version of PICDEM2 demonstration board?

0

Since port pin assignment of LCD control pins are changed from NON-ROHS to ROHS demonstration board, user needs to do following changes from non ROHS as mentioned for ROHS version PICDEM2 plus demo code. #define LCD_E PORTD, 6; LCD E clock >> changed from PORTA, 1 #define LCD_RW PORTD, 5; LCD read/write line >>changed from; PORTA, 2 #define LCD_RS PORTD, 4; LCD register select line>>changed from PortA, 3 In addition to the above, user also need to switch on transistor using the PORTD pin 7 for powering up the LCD module in the code.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123