diff --git a/samples/subsys/display/lvgl/sample.yaml b/samples/subsys/display/lvgl/sample.yaml index 5329ba5d90c..d53bc36aaa7 100644 --- a/samples/subsys/display/lvgl/sample.yaml +++ b/samples/subsys/display/lvgl/sample.yaml @@ -20,3 +20,23 @@ tests: - lvgl integration_platforms: - native_posix_64 + sample.display.lvgl.rk055hdmipi4m: + # This sample is intended to test the RT1170 and RT595, which require + # a display shield to work with LVGL + min_flash: 250 + # The minimum RAM needed for this display is actually around 8MB, + # but the RT595 uses external PSRAM for the display buffer + min_ram: 32 + harness: none + tags: + - samples + - display + - gui + modules: + - lvgl + extra_args: SHIELD="rk055hdmipi4m" + platform_allow: + - mimxrt1170_evk_cm7 + - mimxrt595_evk_cm33 + integration_platforms: + - mimxrt1170_evk_cm7