diff options
Diffstat (limited to 'main/splash.h')
-rw-r--r-- | main/splash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/splash.h b/main/splash.h index 3423f1b932..401cf5a022 100644 --- a/main/splash.h +++ b/main/splash.h @@ -1419,5 +1419,5 @@ static const unsigned char app_icon_png[] = { 0x42, 0x60, 0x82 }; -static const Color boot_splash_bg_color = Color(224/255.0,224/255.0,224/255.0); +static const Color boot_splash_bg_color = Color(224 / 255.0, 224 / 255.0, 224 / 255.0); #endif // SPLASH_H |