
Originally Posted by
mister_e
I don't have this one in stock, but I would try
Wow, thanks Mister-E that was a fast response. 
DataSheet states:
Once the module is configured, the LCDEN bit of the
LCDCON register is used to enable or disable the LCD
module. The LCD panel can also operate during Sleep
by clearing the SLPEN bit of the LCDCON register.
Are these settings order specific?
Setup other regs. first then set LCDCON (off) etc?
I have all the LCD settings off, but did not try LCDCON = %0100000 as you mentioned. Does it make a difference since I never sleep my pic?
I will try that setting and see what happens.
This is just baffling me to no end.
Code:
LVDCON = 0
LCDCON = 0
LCDPS = 0
LCDSE0 = 0
LCDSE1 = 0
LCDSE2 = 0
LCDSE3 = 0
LCDSE4 = 0
LCDSE5 = 0
TRISF = 0
TRISG = 0
Z
Bookmarks