Skip to content

Colored QR code black spot/square issue #202

Discussion options

You must be logged in to vote

Okay, it looks like I was missing important settings.
Adding:

// darkmodule
(QRMatrix::M_DARKMODULE << 8) => QR_CODE_COLOR,
QRMatrix::M_DARKMODULE => [255, 255, 255]

instead of:

// darkmodule
QRMatrix::M_LOGO => [255, 255, 255],

from example fixed the issue

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by theveloperspl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant