-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Truncate results and remove leading 0s #7
Comments
tgtakaoka
added a commit
to tgtakaoka/simple-parallel-analyzer
that referenced
this issue
Dec 14, 2024
This addresses a part of issue saleae#7, removing leading 0s of the decoded data value.
tgtakaoka
added a commit
to tgtakaoka/simple-parallel-analyzer
that referenced
this issue
Dec 14, 2024
This addresses a part of issue saleae#7, removing leading 0s of the decoded data value.
tgtakaoka
added a commit
to tgtakaoka/simple-parallel-analyzer
that referenced
this issue
Dec 14, 2024
This addresses a part of issue saleae#7, removing leading 0s of the decoded data value.
tgtakaoka
added a commit
to tgtakaoka/simple-parallel-analyzer
that referenced
this issue
Dec 14, 2024
This addresses a part of issue saleae#7, removing leading 0s of the decoded data value.
tgtakaoka
added a commit
to tgtakaoka/simple-parallel-analyzer
that referenced
this issue
Dec 14, 2024
This addresses a part of issue saleae#7, removing leading 0s of the decoded data value.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See post below for original request:
https://discuss.saleae.com/t/simple-parallel-the-way-of-displaying-data/1996
When using 4bits, the data value doesn’t need to be 4 digit.
0x0 ~ 0xF are enough to show the data.
“0x000F, 0x0001, 0x0000” has too many character without any meaning.
Can you fix to display only valid data character /
0x? for 1~4bits,
0x?? for 0xoo00 ~ 0x00FF.
The text was updated successfully, but these errors were encountered: