Mika Tuupola
Mika Tuupola
I wonder which result is correct. I would guess the 64-bit one.
Might also be related to this: https://github.com/tuupola/base85/issues/7
Your video is set to private.
Sorry I had totally forgotten this. To me it looks like there are two problems. Skewed image suggests there is off by one error somewhere. I had [a similar problem](https://github.com/tuupola/hagl_gd32v_mipi/blob/1988583cad529c245abf3199d209cc012d04585a/src/mipi_display.c#L125-L126)...
Actually now I see they do [handle the offsets](https://github.com/sipeed/Longan_GD32VF_examples/blob/7fe21406e73dbe49e9aa3c5a9cd24a44af3b5f41/gd32v_lcd/src/lcd/lcd.c#L90-L96). They just probably should be 25 and 0 for your board.
Personally I think you are better off creating separate repository and composer package. That way there will be only one middleware in the commit history. People can also choose which...
Depending on the effect you should get around 25FPS with 320x240 display. https://vimeo.com/419551395 Looking at your config you do not have buffering enabled. You need to enable double buffering to...
If it is any help here is how I am using `Salty.Aead.Xchacha20poly1305Ietf`: https://github.com/tuupola/branca-elixir/blob/master/lib/branca.ex#L213-L220