[apps/post_and_hardware_tests] Comment display tests

This commit is contained in:
Léa Saviot
2019-08-07 10:56:13 +02:00
parent 3a953e19c4
commit 989e3427b6

View File

@@ -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;