How to disable the separator dots

This topic contains 2 replies, has 2 voices, and was last updated by  carlosb 5 years ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #13032

    carlosb
    Participant

    Hi,

    I was wondering if there’s a possibility to disable the separator Dots from the Columns, but only when it’s displaying the time, keep them in the other modes.

    Thank you.

    #13039

    Gra Afch
    Keymaster

    Hello, Carlos.
    Disabling separating Dots is possible through slight change in the firmware.
    If you familiar with programming can do this by yourself.
    Should comment doDotBlink() function in this block.

    switch (menuPosition)
    {
    case TimeIndex: //time mode
    if (!transactionInProgress) stringToDisplay = updateDisplayString();
    doDotBlink();
    checkAlarmTime();
    blankMask = B00000000;
    break;

    Try it.
    Regards.

    #13042

    carlosb
    Participant

    Perfect, thanks so much.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.