Jump to content

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


arumblack
 Share

Recommended Posts

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

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...