arash_micro
Member level 5
Hi all.
I was compile lcdemo.c (ht-picc) and it works.Now I change the LCD.C lines...
#include <pic1687x.h> <---
#include "lcd.h"
#include "delay.h"
#define LCD_RS RD4 <---
#define LCD_RW RD5 <---
#define LCD_EN RD6 <---
But it dosen't work.
Whats my worng?
I was compile lcdemo.c (ht-picc) and it works.Now I change the LCD.C lines...
#include <pic1687x.h> <---
#include "lcd.h"
#include "delay.h"
#define LCD_RS RD4 <---
#define LCD_RW RD5 <---
#define LCD_EN RD6 <---
But it dosen't work.
Whats my worng?