Jump to content

SCS across multiple displays


tago
 Share

Recommended Posts

In scs_lcd.c it says

//! The 2x80 screen is buffered and can be output over multiple LCDs 
//! (e.g. 2 * 2x40, but also 4 * 2x20)

//! By default we configure this driver to support a single LCD with the size
//! 2x<SCS_NUM_MENU_ITEMS*SCS_MENU_ITEM_WIDTH> (see scs_lcd.h, this size
//! can be overruled from external, e.g. in mios32_config.h)

I've tried to overwrite SCS_LCD_NUM_DEVICES in NG's mios32_config.h by adding "#define SCS_LCD_NUM_DEVICES 2" and overwriting it directly in scs_lcd.h without success.

Any idea how i can enable two devices?

Edit: My two displays a basically working.I already tried to increase SCS num_items and a bigger font to get some overflow.

 

Edited by tago
Link to comment
Share on other sites

After looking through the code for hours there is no solution in sight. It looks like SCS code is derived from SEQ V4. So it should be possible to configure. I've uploaded the SEQ app which was working as expected. Comparing NG and SEQ code wasn't that helpful. SEQ has a much more complex UI system, but the underlying menu handling should be the same.

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...