mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-24 00:07:03 +08:00
chore(test): fix render test typo (#6370)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com> Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
This commit is contained in:
@@ -15,7 +15,7 @@ void tearDown(void)
|
||||
lv_display_set_color_format(NULL, LV_COLOR_FORMAT_XRGB8888);
|
||||
}
|
||||
|
||||
void test_render_to_rgb565(void)
|
||||
void test_render_to_argb8888(void)
|
||||
{
|
||||
lv_display_set_color_format(NULL, LV_COLOR_FORMAT_ARGB8888);
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ void tearDown(void)
|
||||
lv_display_set_color_format(NULL, LV_COLOR_FORMAT_XRGB8888);
|
||||
}
|
||||
|
||||
void test_render_to_rgb565(void)
|
||||
void test_render_to_rgb888(void)
|
||||
{
|
||||
lv_display_set_color_format(NULL, LV_COLOR_FORMAT_RGB888);
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ void tearDown(void)
|
||||
lv_display_set_color_format(NULL, LV_COLOR_FORMAT_XRGB8888);
|
||||
}
|
||||
|
||||
void test_render_to_rgb565(void)
|
||||
void test_render_to_xrgb8888(void)
|
||||
{
|
||||
lv_display_set_color_format(NULL, LV_COLOR_FORMAT_XRGB8888);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user