adds binary render option

This commit is contained in:
2023-02-28 07:06:48 +01:00
parent b268b4b677
commit ec471348f6
6 changed files with 48 additions and 17 deletions
@@ -18,7 +18,7 @@ public class TrackEntry {
IWaveformStyleProvider styleProvider;
public enum ValueDisplay {
DEFAULT, SIGNED, UNSIGNED
DEFAULT, BINARY, SIGNED, UNSIGNED
}