MrDEB
Well-Known Member
seems I have been here before. I ordered some crystals but what gets me is I had this operational before.
Same circuit but uing a 4520. Now have a 18f4321. Have two LCDs that only show white squares but different patterns.
I think it's a timing issue but?
here is my code (sorry forgot how to correctly post code)
Device=18f4321
Clock = 8 '8MHz
Config OSC = INTIO2
#option LCD_DATA = PORTD.4
#option LCD_RS = PORTD.1
#option LCD_EN = PORTD.0
#option SWORDFISH_SE = true
Include "IntOSC.bas"
Include "SetDigitalIO.bas"
Include "Utils.bas"
Include "LCD.bas"
// some LCD options...
// set this option true if building with the SE compiler
// program start...
While true
SetAllDigital
Cls
WriteAt(1,1,"Hello World")
Wend
Same circuit but uing a 4520. Now have a 18f4321. Have two LCDs that only show white squares but different patterns.
I think it's a timing issue but?
here is my code (sorry forgot how to correctly post code)
Device=18f4321
Clock = 8 '8MHz
Config OSC = INTIO2
#option LCD_DATA = PORTD.4
#option LCD_RS = PORTD.1
#option LCD_EN = PORTD.0
#option SWORDFISH_SE = true
Include "IntOSC.bas"
Include "SetDigitalIO.bas"
Include "Utils.bas"
Include "LCD.bas"
// some LCD options...
// set this option true if building with the SE compiler
// program start...
While true
SetAllDigital
Cls
WriteAt(1,1,"Hello World")
Wend