Jump to content

System Menu (SCS) on OLED


tago
 Share

Recommended Posts

I'll have 4 oleds (4x 128x64) in a row as main section of my controller.

The problem is that the 4 SCS soft buttons below a tiny oled do not fit nicely (two buttons width = single oled width).

1. Is there an alternative way to control the SCS?

2. How can i change the SCS font size?

3. Is it possible to display the SCS across all 4 OLEDs?

Are there any modified SCS layouts?

Link to comment
Share on other sites

In scs_lcd.h there is the SCS_LCD_NUM_DEVICES var. I tried to change it 2, but nothing happens. Are there other related vars that have to be changed?

Edit: had to adjust SCS_LCD_COLUMNS_PER_DEVICE and SCS_MENU_ITEM_WIDTH and got it working

Edited by tago
Link to comment
Share on other sites

No problem! :-)

Yes, the display has 128 pixels horizontally, each character of the big font uses 16 pixels, so you will only have 8 columns (any configuration of SCS_LCD_COLUMNS_PER_DEVICE above 8 cannot work due to physical display restrictions).

Many greets,
Peter

Link to comment
Share on other sites

Makes sense. I'll prepare a custom font in the end anyway.

Next i'd like to change the control elements. I'd prefer 4 encoders (see pic in second post) instead of 4 soft btns + encoder or a select btn + encoder combo. Do you think it's possible? How hard will it be to implement?

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