Jump to content

LCD "verschluckt" den letzten Parameter


Guest Midimeter
 Share

Recommended Posts

Guest Midimeter

Hi meine Sidstation groovt!! ;D

Klingt auch richtig schön dreckig und böse! :D

Aber leider zeigt das LCDisplay in jedem Menü nicht den letzten Parameter. Ich benutze ein 16X2 LCD. Muss ich da noch irgendetwas in der main.asm umstellen ??

Ciao Marc

Link to comment
Share on other sites

Hallo,

yep - in main.asm den CS_MENU_DISPLAY_ITEMS parameter auf "4" setzen:

       ;; number of visible menu items on LCD

       ;; use:  4 for 2x16 displays

       ;;       5 for 2x20 displays

       ;;      10 for 2x40 displays

#define CS_MENU_DISPLAYED_ITEMS 5

       ;; NOTE: if CS_MENU_DISPLAYED_ITEMS > 5, you have to adapt the DIN settings

       ;; in cs_menu_io_tables.inc

Viel Spass beim Schrauben :)

Gruss,

       Thorsten.

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