temporary use of smaller LCD???

easy question…

is it possible to use two 16*2 displays on the LC, without any programming changes or ini changes, just to see if the LC works (can’t get 40*2 until next week)

just wondering… if it dosen’t work, I’ll just wait till I get my 40*2’s

Thanks, from Steve

Hi Steve,

yes, should work. By default both CLCDs are enabled in main.asm:

#define LCD_USE_SECOND  1               ; the emulation handles with two character LCDs if 1

Best Regards, Thorsten.

cool, thanks!