Jump to content

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


Recommended Posts

Posted

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!

Posted

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

 

Posted

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.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...