Skip to content

Formula to calculate Bass, Treble, etc value in frame 1E5 #19

Open
@morcibacsi

Description

@morcibacsi

Hi,

To get the displayed value, you can substract 0x3F from the value:

011 0110B - 0X3F = -9
011 0111B - 0x3F = -8
011 1000B - 0x3F = -7
011 1001B - 0x3F = -6
011 1010B - 0x3F = -5
...
100 0110B - 0x3F = 7
100 0111B - 0x3F = 8
100 1000B - 0x3F = 9

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions