Home
last modified time | relevance | path

Searched refs:screen_buf_xrgb8888 (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/tests/unity/
Dunity_support.c137 static uint8_t screen_buf_xrgb8888[800 * 480 * 4]; variable
155 buf_to_xrgb8888(draw_buf, screen_buf_xrgb8888); in screenshot_compare()
162 write_png_file(screen_buf_xrgb8888, 800, 480, fn_ref_full); in screenshot_compare()
175 uint8_t * screen_buf_tmp = screen_buf_xrgb8888 + 800 * 4 * y; in screenshot_compare()
212 write_png_file(screen_buf_xrgb8888, 800, 480, fn_err_full); in screenshot_compare()