mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +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:
parent
25db891e3d
commit
c4c66386f4
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user