Anybody got ideas on how to define/control two LCD_EBIT lines and still use the LCDOUT function? I have a Newhaven display that has an enable pin for the top half (first 2 lines) and also another one for the bottom half (last 2 lines). I tried to make a subroutine to redefine LCD_EBIT, but redefinition during runtime is not allowed. I can use LCDOUT to write to the top or the bottom half, but I need to write to both.... Any ideas would be appreciated.