Installed Lazarus 3.0RC1 and fpc 3.2.2 on my new Rock 5A ARM board.
I wrote in the past a few LCL graphical components to suit my needs, and they work without glitches on Lazarus 3.0RC1 on my PC with Linux Mint.
I ported those components on the Debian 11 of the Rock board.
They compiled without problems, and I find them in the components list of Lazarus.
Also the program that uses them does compile with no errors.
But executing it, strange artifacts show on the screen... it looks like the screen is not refreshed correctly...
I wrote a simple test program. There is a slider, and a meter with a needle.
When I move the slider, the position of the needle changes.
On Linux Mint, it works perfectly. On the Debian 11 of the Rock board, the old position of the needle is not erased, it continues to be shown on the screen.
See the attached image.
Are there known incompatibilities between Lazarus on Mint and Lazarus on ARM ?
Thanks