Richard Moore

Results 530 comments of Richard Moore

One other note on using the 128x64 monochrome OLED; "on" modules in the QR code are black and "off" modules are white, so you will need to take this into...

Can you try: ``` QRCode qrcode; ``` Rather than initializing it to `{ 0 }`?

Yes, a single module is 1 pixel. I don't think that is clearing the stack correctly. You shouldn't need to do either ` = { 0 }`. I always use...

The function grid is used to determine is a given module is a function module, which is not subject to masking. Can you try running the test cases? You should...

What compiler are you using? That certainly does not seem correct. :s

I don't quite understand what the encoded bytes are. How did you get them? The encoded bytes for your string should be: 57 49 46 49 3a 53 3a 2a...

But how are you converting the string into those bytes? How are you printing them to the console? It may be an issue with either of those...

I don't see any QR code generation in your example...

Absolutely correct! Sorry about that and thanks a lot. I will merge it as soon as I get a chance. :)

I agree, the name “version” is confusing, but that’s the name in the specification. :) Yes, version 6 should work fine. I’ve tested it with all version numbers and levels...