Kingal1337 / flipper-barcode-generator

A barcode generator for the Flipper Zero that supports UPC-A, EAN-8, EAN-13, Code-39, Codabar, & Code-128
MIT License
55 stars 8 forks source link

Can't create Code-128c #6

Closed kichro closed 1 year ago

kichro commented 1 year ago

Hey,

I can't create Code-128c since it's not listed in menu. Seems to me like create_view.c is not updated to support it yet.

Cheers.

Kingal1337 commented 1 year ago

Are you using the correct version? I built a fresh copy of the official firmware with the barcode generator and I also tried to add the release .fap to my flipper. I was able to create a Code-128C barcode using both methods.

kichro commented 1 year ago

Okay, I feel really dumb now. I've downloaded the latest release again to the same folder. Windows even asked me to overwrite it (barcode-1.3.zip). Uploaded it again to Flipper and it works now, so I'm a bit confused. Sorry for wasting your time. I've literally spent 4 hours debugging the code yesterday and couldn't find what was wrong...