arumblack Posted February 24, 2016 Report Share Posted February 24, 2016 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! Quote Link to comment Share on other sites More sharing options...
latigid on Posted February 24, 2016 Report Share Posted February 24, 2016 Could work, but you'd need a custom firmware and separate select lines for each LCD. http://www.ucapps.de/mbhp/mbhp_nxclcd_mios32.pdfhttp://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 Quote Link to comment Share on other sites More sharing options...
arumblack Posted February 26, 2016 Author Report Share Posted February 26, 2016 Figured it would be something like that. Thanks for the pointers! Quote Link to comment Share on other sites More sharing options...
arumblack Posted February 29, 2016 Author Report Share Posted February 29, 2016 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.