generic_display_panel_examples ============================== Examples for testing display_panel components. display_panel is called "Display Panel" in AVL. Inherit ------- - :doc:`generic_display_panel.test_list ` BacklightSmallerAdjustLevel --------------------------- pytest_name ``````````` :doc:`backlight <../pytests/backlight>` args ```` ``adjust_level`` :: 0.02 BrightnessLCDBacklight ---------------------- pytest_name ``````````` :doc:`brightness.lcd_backlight <../pytests/brightness.lcd_backlight>` args ```` ``levels`` :: [ 0.2, 0.4, 0.6, 0.8, 1.0 ] DisplayGrayForAnHour -------------------- pytest_name ``````````` :doc:`display <../pytests/display>` args ```` ``items`` :: [ "solid-gray-127" ] ``idle_timeout`` :: 3600 EnterFrontOfScreenTestInteractiveMode ------------------------------------- pytest_name ``````````` :doc:`display_interactive.display_interactive <../pytests/display_interactive.display_interactive>` args ```` ``port`` :: 5566 ``autostart`` :: true FrontOfScreenTestMoreImages --------------------------- pytest_name ``````````` :doc:`display <../pytests/display>` args ```` ``items`` :: [ "grid", "rectangle", "gradient-red", "image-complex.bmp", "image-black.bmp", "image-white.bmp", "image-crosstalk-black.bmp", "image-crosstalk-white.bmp", "image-gray-63.bmp", "image-gray-127.bmp", "image-gray-170.bmp", "image-horizontal-rgbw.bmp", "image-vertical-rgbw.bmp", "hex-color-#afafaf", "hex-color-#abc" ] FrontOfScreenTestStation ------------------------ pytest_name ``````````` :doc:`display_images <../pytests/display_images>` args ```` ``compressed_image_file`` :: "display_images.tar.gz" FrontOfScreenTestSymptom ------------------------ pytest_name ``````````` :doc:`display <../pytests/display>` args ```` ``items`` :: [ "image-complex.bmp", "solid-red", "hex-color-#afafaf" ] ``symptoms`` :: [ "Symptom1", "Symptom2", "Dark Dots", "Light Leakage", "Others" ] PrivacyScreen ------------- pytest_name ``````````` :doc:`privacy_screen <../pytests/privacy_screen>` args ```` ``target_state`` :: "on" DisplayPanelTests ----------------- Serial subtests ``````````````` - ProbeDisplayPanel - Backlight - `BacklightSmallerAdjustLevel`_ - `BrightnessLCDBacklight`_ - Display - DisplayPoint - EDPPanelTiming - `PrivacyScreen`_ - `FrontOfScreenTestSymptom`_ - `FrontOfScreenTestMoreImages`_ - `DisplayGrayForAnHour`_ - `EnterFrontOfScreenTestInteractiveMode`_ - `FrontOfScreenTestStation`_