umanayana
umanayana
Has anyone got this to display on a OLED which is 128 x 64. I am trying to do the something without any luck?
` HI_GFX_Clear(1); static uint8_t buffer[QR_VERSION_BUFFER_SIZE(7)] = { 0 }; QRCode qrcode = { 0 }; const int8_t error = qrcode_initText(&qrcode, buffer, 7, 0, "1245"); ASSERT_DEBUG_MODE(0 == error); const uint8_t y0...
That won't do anything. I am just clearing the memory because qrcode is initialised on the stack. Is a single module equivalent to 1 pixel?
The pixel draw works because I used it for many other things. Also If I remove qrcode_getModule() the code should just draw a black square on a white surface which...
I ended up just going with my original solution. Take the font data and knowing the height and width per char in pixel, I then do a nested loop and...
> use our provisioning system What do you mean by this are you referring to having the secure elements provisioned before devliery? If this is the case then can we...