im trying to use 2 KS0108-Displays on my LPC17-Core-Board. With the Bootloader i can setup lcd_width @255 maximum, which results in one unused column at the right side of the 2nd display. has anyone experienced similar problems and what is the workaround to get all the 256 lcd-columns working properly ??
what size are your displays? 128x64? If so, you have to set up the display size in bootloader to lcd_width 128, so you have to set this parameter to the size of one of your displays in a chain. With lcd_num_x (or _y) you define how many of your (128px wide) displays you want to use.
ok. ive updated the mios32_lcd file and re-compiled my programm. finally all the 256 colums work, which gives me 70x8 characters on two ks0108-displays. thanks a lot for that. :rolleyes: