Congratulation for a fine ¨pic basic¨ that is the GCBASIC. I want to know how to implement the two line LCD control that you recently added to GCBASIC. it will be very appereciated. thanks you so much!!!!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
As for the programming, you'll need to set three constants using #define - set LCD_IO to 2, LCD_DB to the data pin, and LCD_CB to the clock pin on the PIC. Then, you can use all of the LCD commands such as PRINT and LCDInt.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Congratulation for a fine ¨pic basic¨ that is the GCBASIC. I want to know how to implement the two line LCD control that you recently added to GCBASIC. it will be very appereciated. thanks you so much!!!!
The circuitry is explained here:
http://www.myke.com/lcd.htm
As for the programming, you'll need to set three constants using #define - set LCD_IO to 2, LCD_DB to the data pin, and LCD_CB to the clock pin on the PIC. Then, you can use all of the LCD commands such as PRINT and LCDInt.