diff --git a/apps/hardware_test/lcd_data_test_controller.h b/apps/hardware_test/lcd_data_test_controller.h index 48c85ae5b..2d261b3b6 100644 --- a/apps/hardware_test/lcd_data_test_controller.h +++ b/apps/hardware_test/lcd_data_test_controller.h @@ -33,7 +33,7 @@ private: BufferTextView m_lcdDataStateView; BufferTextView m_lcdNumberPixelFailuresView; }; - static constexpr int k_errorLimit = 1; + static constexpr int k_errorLimit = 0; void runTest(); bool m_testSuccessful; ContentView m_view; diff --git a/apps/hardware_test/lcd_timing_test_controller.h b/apps/hardware_test/lcd_timing_test_controller.h index 0a2230d49..17cfbf386 100644 --- a/apps/hardware_test/lcd_timing_test_controller.h +++ b/apps/hardware_test/lcd_timing_test_controller.h @@ -34,7 +34,7 @@ private: BufferTextView m_lcdTimingStateView; BufferTextView m_lcdNumberGlyphFailuresView; }; - static constexpr int k_errorLimit = 1; + static constexpr int k_errorLimit = 0; void runTest(); bool m_testSuccessful; ContentView m_view;