Page 4 of 4

Re: Pay for the code

Posted: Sun May 11, 2025 9:28 am
by aabc2
Here is the QR code algorithm implemented as system function 78. Also included are other files I've had to modify in /kernel/trunk in order to get the code to compile. Also included is the QR clipboard application, updated to use the system function.
The kernel function copies the QR code bitmap into application memory in the end, because I didn't figure out how to draw directly to the screen. Then the application calls system function 7 to have the bitmap drawn in the window.

Re: Pay for the code

Posted: Sat May 17, 2025 1:14 am
by dunkaist
Could you, please, create a pull request on our git server? It is hard to review large kernel files without understanding of what has been changed. Thank you.