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
56 stars 8 forks source link

Codabar support? #3

Closed vielmetti closed 1 year ago

vielmetti commented 1 year ago

My library supports "Codabar" for its bar code library cards - would love to have a library card on my Flipper Zero.

(No idea if this is hard or easy.)

Kingal1337 commented 1 year ago

I have added Codabar support in the latest release, but depending on how many numbers are on your library card, this may or may not work since the Flipper Zero's screen is so small it can only support up to a maximum of 8 characters.

vielmetti commented 1 year ago

Thanks!