Re: Pay for the code
Posted: Sun May 11, 2025 9:28 am
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.
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.