Which LCD module are you using? There are a few modules out there that only operate in the 4 bit mode, but still have what looks like an 8 bit connector.
Don't need 'DEFINE LCD_DBIT 0' when using 8 bit mode, don't know if it makes a difference or not.
Try increasing 'commandus' (word value) and 'dataus' (byte value) and see what happens. Generally, 'commandus' has always worked for me at a max value of 2500, and 'dataus' had to be set to a max value of 100 for one setup.
Bookmarks