Hey I dig the little Juce splash screen.
Also - if JUCE_DISPLAY_SPLASH_SCREEN isn’t defined you get an error because the header doesn’t define bool hasStartedFading, but then the cpp file sets JUCE_DISPLAY_SPLASH_SCREEN and tries to use hasStartedFading.
Maybe not a big deal, since the proJucer probably sets this automatically. But just FYI.