From 989e3427b61d9489438b8d151da74bc0d1729080 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9a=20Saviot?= Date: Wed, 7 Aug 2019 10:56:13 +0200 Subject: [PATCH] [apps/post_and_hardware_tests] Comment display tests --- apps/shared/post_and_hardware_tests.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/apps/shared/post_and_hardware_tests.h b/apps/shared/post_and_hardware_tests.h index 561e1e9a2..3edd0b768 100644 --- a/apps/shared/post_and_hardware_tests.h +++ b/apps/shared/post_and_hardware_tests.h @@ -6,14 +6,19 @@ namespace Shared { -// TODO LEA: comment about ColorsLCDPixelFailures and detected screen issues class POSTAndHardwareTests { public: + // Tests if battery is Full static bool BatteryOK(); + // Tests if VBlank signal is received static bool VBlankOK(); + // Tests if tiling of different colors is displayed OK static int LCDDataGlyphFailures(); + // Tests if pixels sent fast are displayed OK static int LCDTimingGlyphFailures(); + // Tests if uniform tiling is displayed OK static int ColorsLCDPixelFailures(); + // Tests if text is displayed OK static int TextLCDGlyphFailures(); private: static constexpr int k_stampSize = 8;