diff --git a/sept/sept-secondary/src/splash.c b/sept/sept-secondary/src/splash.c index 7feec18..019a28a 100644 --- a/sept/sept-secondary/src/splash.c +++ b/sept/sept-secondary/src/splash.c @@ -44,7 +44,7 @@ } /* Draw actual splash. */ - const size_t x_res = 352; + const size_t x_res = 336; const size_t y_res = 392; const size_t x_start = (768 - x_res) / 2; const size_t y_start = (1280 - y_res) / 2;