Paweł Pelikan
Paweł Pelikan
I'm facing the same problem. `Ubuntu Mate 22.04.3 LTS x86_64` It seems that the position of the highlight is being updated only when the mouse is being **moved and clicked...
I have provided solution in the following pull request: https://github.com/olikraus/U8g2_for_Adafruit_GFX/pull/21
I don't see any questions from you there. There are no comments at all. My fix has been tested and works ok, but if you prefer another solution, then you...
``` $ nim --version Nim Compiler Version 2.2.2 [Linux: amd64] Compiled at 2025-02-06 Copyright (c) 2006-2025 by Andreas Rumpf git hash: 6c34f62785263ad412f662f3e4e4bf8d8751d113 active boot switches: -d:release ``` With `--gc:refc` it...
Yes, I had much more problems, when I allowed [vscode-nim](https://github.com/nim-lang/vscode-nim) extenstion to automatically install the nimlangserver. (First, it tried to build it from source instead of getting binaries) So I...