diff --git a/tests/platform/display_test_SDL.c b/tests/platform/display_test_SDL.c index 72ab02c8..03ca53ef 100644 --- a/tests/platform/display_test_SDL.c +++ b/tests/platform/display_test_SDL.c @@ -51,7 +51,6 @@ void drawRect(int x, int y, int width, int height, uint16_t color) int main() { display_init(); - display_setBacklightLevel(254); /* Horizontal red line */ drawRect(0, 10, SCREEN_WIDTH, 20, 0xF800);