aboutsummaryrefslogtreecommitdiff
path: root/tests/unity/unity_support.c
diff options
context:
space:
mode:
authorGabor Kiss-Vamosi <kisvegabor@gmail.com>2023-10-10 22:20:40 +0200
committerGabor Kiss-Vamosi <kisvegabor@gmail.com>2023-10-10 22:20:43 +0200
commit3adaee8fde802b4afe7c739ea1a1f4b461b3148e (patch)
tree4f1aec98153442dc7248c744a69b698ba770519c /tests/unity/unity_support.c
parentcc628426b84d7dad664728f41583b681175774ca (diff)
downloadlvgl-3adaee8fde802b4afe7c739ea1a1f4b461b3148e.tar.gz
lvgl-3adaee8fde802b4afe7c739ea1a1f4b461b3148e.zip
ci: temporary remove lv_example_tiny_ttf_3.py
Diffstat (limited to 'tests/unity/unity_support.c')
-rw-r--r--tests/unity/unity_support.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unity/unity_support.c b/tests/unity/unity_support.c
index 9500f3399..ce0217261 100644
--- a/tests/unity/unity_support.c
+++ b/tests/unity/unity_support.c
@@ -73,7 +73,7 @@ bool lv_test_assert_image_eq(const char * fn_ref)
lv_refr_now(NULL);
extern uint8_t * last_flushed_buf;
- uint8_t * screen_buf = last_flushed_buf;
+ uint8_t * screen_buf = lv_draw_buf_align_buf(last_flushed_buf, LV_COLOR_FORMAT_XRGB8888);
png_image_t p;
int res = read_png_file(&p, fn_ref_full);