Page 1 of 1

LCD displays and K series pic micro problems

Posted: Wed Feb 20, 2013 12:59 am
by Kenrix2
If your having problems with LCD displays not working with this series chip at higher clock frequencies (20mhz or more), try changing reduced transition port slew rate to standard. Reduced transition is automatically enabled upon reset. Add a "C Code" icon at the beginning of your program and type in the following to change it to standard.

slrcon=0b00000000;