unlobito / skunk

Easy access to your store cards and other barcodes from your Pebble.
Other
29 stars 14 forks source link

Aztec barcodes with a large amount of data can't be read. #2

Open unlobito opened 9 years ago

unlobito commented 9 years ago

Aztec barcodes with a large amount of data (such as airplane tickets) will shrink down poorly, leading to them being unreadable. The long Aztec barcode below demonstrates this issue (centre bulls eye not visible).

Short Aztec Long Aztec

Requested by: /ubjett92, /u/Str8AWay, and /u/thgintaetal on reddit.

seqian commented 9 years ago

Hey, have you looked into making the barcode bigger, either by hiding the header or bottom counter? Did the issue remain?

unlobito commented 9 years ago

Unfortunately, that's not the issue here. Barcodes are currently limited to 256 bytes (one persistent storage item) and, as a result, are unable to store more data.

n4ru commented 9 years ago

Store them as two and render them alongside each other.

unlobito commented 9 years ago

@n4ru I have a private branch that implements this but have been running into some weird issues with persistent storage. I've been trying to work with the folks at Pebble to figure out what's wrong in that sense.