Or, better yet ... there's this
Code:
@ ifdef LCD4X20    
    LOOKUP BAR_row,[$80,$80,$C0,$94,$D4],BARtemp
@ else
    LOOKUP BAR_row,[$80,$80,$C0,$90,$D0],BARtemp
@ endif
Then in your main program you can just do this when using a 4x20 LCD
Code:
DEFINE  LCD4X20  1
I've also made the change to the original attachment above.

Thanks for pointing it out CocaColaKid!
<br>