obellish

Results 7 comments of obellish

Certain commands (like text fields, barcode, etc) can swap the Field Data command for an RFID Read command in order to display the RFID encoding on the tag for example,...

So for example ``` ^FO5,10^A0N32,32^RFR,2,12,1^FS ``` would display whatever is stored in the EPC bank of the RFID tag, however passing `^RFR,2,12,1` causes the command to be escaped. and I...

I believe so, as any methods on ctx will be on Ui as well, so duplicate methods can go away

I didn't include `DerefMut` but I could as it would allow for us to pass a `&mut Ui` where a `&mut Context` is expected.

Removed all the direct helper methods from `Ui`.