LCD displays and K series pic micro problems

Tips, Tricks and methods for programming, learn ways of making your programming life easier, and share your knowledge with others.

Moderators: Benj, Mods

Post Reply
Kenrix2
Flowcode v5 User
Posts: 211
Joined: Tue Feb 19, 2013 9:51 pm
Has thanked: 72 times
Been thanked: 177 times
Contact:

LCD displays and K series pic micro problems

Post 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;

Post Reply