我认为你需要设置安塞尔=0。
以上来自于百度翻译
以下为原文
I think you need to set ANSELC = 0.
#define _XTAL_FREQ 64000000
#define RS RC2
#define EN RC3
#define D4 RC4
#define D5 RC5
# ...
在LCDGIN()函数中需要更长的延迟。类似:
以上来自于百度翻译
以下为原文
You need longer delays in the LCD_Init() function. Something like:
void LCD_Init_Display(void)
{
LCD_RW = 0 ...
我在组装的PIC18F2420上做了这件事。我不知道它是否有助于PIC24:
以上来自于百度翻译
以下为原文
I have done this on a PIC18F2420 in assembly. I don't know if it will help for a PIC24:
;Rea ...