Just got the Nucleo-64 L476RG and it seem to communicate with the computer since I can get its board info except the model number and I think all the settings for the board in Arduino IDE (that was something new) is fine as well but it was not easy to find any info on those.
But all the examples I have in Arduino IDE are for the Mega2560 that I used before so they are no good for a SMT32 and is most likely why I get two errors if I even try to compile a simple LED blink code:
"Error while detecting libraries included by C:\.."
"open C:\Users\William\AppData\Local\Temp\arduino_build_352307\preproc\ctags_target_for_gcc_minus_e.cpp: file could not be found."
Error compiling for board Nucleo-64.
But it would have been really fun to try the "Mandelbrot" lib example with 5 times higher frequency from the the TFT_HX8357 lib, and that lib has really good examples so I really can understand the code for a project I'm doing.
I would really like to be able to use examples like those that are in the TFT_HX8357 lib (or wherever working ones) that is for the Mega2560 but for the Nucleo board and a Waveshare 4" touch display (https://www.waveshare.com/4inch-tft-touch-shield.htm) with also touch working of course, any ideas? And in similar easy fashion as with ex the Mega2560 where it usually just works. I'm still a newb so treat me thereafter.

Have searched and I'm a little surprised that there are not as much libs for nucleo-64 or similar as it is for the Mega2560, I mean the Nucleo isn't that new, but maybe the Due get all the attention instead.
Anyone know if its possible what I'm looking for?
So any lib for the Nucleo-64 L476 working together with a waveshare ILI9486 incl its touch?
Thanks!
Regards William