test(demo_widgets): add screenshot comparison (#9111)

Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
This commit is contained in:
VIFEX
2025-10-28 02:53:00 +08:00
committed by GitHub
parent 599297738a
commit e828eb7252
3 changed files with 1 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

+1
View File
@@ -9,6 +9,7 @@ void test_demo_widgets(void)
{
#if LV_USE_DEMO_WIDGETS
lv_demo_widgets();
TEST_ASSERT_EQUAL_SCREENSHOT("demo_widgets.png");
#endif
}