Re: [sigrok-devel] PATCH: expand seven segment alphabet and display unknown characters

2021-01-13 Thread Ben Gardiner
That's great! Thank you :) Best Regards, Ben Gardiner On Wed, Jan 13, 2021 at 2:37 PM Gerhard Sittig wrote: > On Tue, 2021-01-12 at 14:37 -0500, Ben Gardiner wrote: > > > > No problem. Yes I will push a commit to my libsigrokdecode fork which > > re-orders them as you suggested: punct, digits,

Re: [sigrok-devel] PATCH: expand seven segment alphabet and display unknown characters

2021-01-13 Thread Gerhard Sittig
On Tue, 2021-01-12 at 14:37 -0500, Ben Gardiner wrote: > > No problem. Yes I will push a commit to my libsigrokdecode fork which > re-orders them as you suggested: punct, digits, alpha. And then I will ping > you when that's done and tested. OK, the changes were taken (and massaged a little more).

Re: [sigrok-devel] PATCH: expand seven segment alphabet and display unknown characters

2021-01-12 Thread Ben Gardiner
Thanks, Gerhard. > But is there a reason for the (perceived by me) arbitrary sort order? >From the maintenance perspective I'd expect something like ASCII (see 'man ascii')... No _good_ reason. :) It was just my haphazard attempt at a sort. > Just tell if you want to provide a followup commit th

Re: [sigrok-devel] PATCH: expand seven segment alphabet and display unknown characters

2021-01-12 Thread Gerhard Sittig
On Sun, 2020-11-22 at 16:17 -0500, Ben Gardiner wrote: > > Expand the list of characters that will be recognized by the > seven segment decoder to include many display character > 'encodings.' Including some punctuation characters and tricky > letters like W and V. > > [ ... ] > > https://github.co

[sigrok-devel] PATCH: expand seven segment alphabet and display unknown characters

2020-11-22 Thread Ben Gardiner
Expand the list of characters that will be recognized by the seven segment decoder to include many display character 'encodings.' Including some punctuation characters and tricky letters like W and V. Signed-off-by: Ben Gardiner CC: Rob Rehrig --- https://github.com/BenGardiner/sigrok-dumps/co