The error is -Werror=maybe-uninitialized for X and Y in the display 'DrawLine' macro.
This means that for some paths these might be used without being initialised - leading to incorrect results. This may never happen - and they really should be initialised before use rather than relying on them having a certain value (in simulation 0 - but not necessarily on hardware)
You can ignore this (at your own risk !) by adding
Thank you for your help and advice, as always, appreciated
As I mentioned everything work before update ver.9 there must be a bug as you describes in ver.10
I hope and prefer to see and hope the teams will fix this and push it in update at least you have found the bug. If not I will use (dare) to use your suggest.
Hello.
The only change from v9 to v10 was to make the component icon compatible with dark mode.
For some reason an older version got stored within the repo.
I have now updated the repo with the latest version, so your project should compile again when the component has been updated on the library database.
I will let you know when it has.
Many thanks for bringing this to my attention & apologies for the inconvenience.
No apoligies Martin, I know you always "will be there" if challenge. When I see there is is update with these display and ESP32 I always made at test with my testprogram with these display, I have lot of project with this display I still make som update on the project, so if they not work after update, you mm team, will be the first who know if they not working
Now after last update, (11) it work perfect again.