Interesting.
The default timing has been changed in 2.50
2.46 - pbppic14.lib2.50 - pbppic14.libCode:ifndef LCD_COMMANDUS ; LCD command delay in us LCD_COMMANDUS EQU 2000 endif ifndef LCD_DATAUS ; LCD data delay in us (0 - 255) LCD_DATAUS EQU 50 endifAdded: And yes, it's in the manual. (sort of)Code:ifndef LCD_COMMANDUS ; LCD command delay in us LCD_COMMANDUS EQU 1500 endif ifndef LCD_DATAUS ; LCD data delay in us (0 - 255) LCD_DATAUS EQU 44 endif
Bookmarks