Possible to use 4X 2x20 LCD display instead of 2X 2x40?

Would it be possible to use 4X 2x20 LCD display instead of 2X 2x40 on a MBSEQ V4? I have a small supply of really nice VFD’s but they are 2X20 character HD44780 compatible.

 

Thanks!

Could work, but you’d need a custom firmware and separate select lines for each LCD.

http://www.ucapps.de/mbhp/mbhp_nxclcd_mios32.pdf
http://www.ucapps.de/mbhp_lcd.html
 

MIOS8: A special driver module is available which allows to connect up to 8 CLCDs to a single core (clcd\_multi). Displays have to be selected with the USER\_LCD\_Select function by the application. Connectivity: any free pin of the PIC can be used for the enable line. For instance, if your application doesn't use the analog pins at J5 of the core module, you are able to connect 8 additional LCDs. You could also program a multiplexer interface in order to address even more LCDs by routing the enable line to one PIC pin. Wiring Diagram: mbhp\_nxclcd\_mios8.pdf MIOS32: the standard CLCD driver is prepared for controlling up to 256 devices selected via MIOS32\_LCD\_DeviceSet(). Please understand this value as a theoretical possibility, physical parameters (like cable capacities) have to be considered as well. ;-) Connectivity: see this MIDIbox NG Manual Chapter. Wiring Diagram: mbhp\_nxclcd\_mios32.pdf

 

Figured it would be something like that. Thanks for the pointers!

Well I dug the displays out and they were bigger than I remembered so I won’t be able to fit four across a 19" case…so I’ll be going 4x20 OLED instead. I’ll use these in another project., perhaps my MB6582 with custom CS.