kopia lustrzana https://github.com/meshtastic/Meshtastic-Android
increase QR code size
rodzic
adb0b13f3f
commit
478b0be2f9
|
@ -67,8 +67,8 @@ data class ChannelSet(
|
||||||
multiFormatWriter.encode(
|
multiFormatWriter.encode(
|
||||||
getChannelUrl(true).toString(),
|
getChannelUrl(true).toString(),
|
||||||
BarcodeFormat.QR_CODE,
|
BarcodeFormat.QR_CODE,
|
||||||
192,
|
960,
|
||||||
192
|
960
|
||||||
)
|
)
|
||||||
val barcodeEncoder = BarcodeEncoder()
|
val barcodeEncoder = BarcodeEncoder()
|
||||||
barcodeEncoder.createBitmap(bitMatrix)
|
barcodeEncoder.createBitmap(bitMatrix)
|
||||||
|
|
Ładowanie…
Reference in New Issue