diff options
author | Gabor Kiss-Vamosi <kisvegabor@gmail.com> | 2023-02-20 20:50:58 +0100 |
---|---|---|
committer | Gabor Kiss-Vamosi <kisvegabor@gmail.com> | 2023-02-20 20:50:58 +0100 |
commit | 124f9b0f9f045025360e9167ddcf8e7122a083a4 (patch) | |
tree | 8c5ea3f44803d97fce605edd879616a960e2d27f /tests/unity/unity_support.c | |
parent | df789ed3c7973b44be438436f658c5d55ae2f270 (diff) | |
download | lvgl-124f9b0f9f045025360e9167ddcf8e7122a083a4.tar.gz lvgl-124f9b0f9f045025360e9167ddcf8e7122a083a4.zip |
arch(driver): new driver architecture with new color format support
Diffstat (limited to 'tests/unity/unity_support.c')
-rw-r--r-- | tests/unity/unity_support.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unity/unity_support.c b/tests/unity/unity_support.c index c71cb62c2..fc34577c8 100644 --- a/tests/unity/unity_support.c +++ b/tests/unity/unity_support.c @@ -147,7 +147,7 @@ bool lv_test_assert_img_eq(const char * fn_ref) " .header.w = 800,\n" " .header.h = 480,\n" " .header.always_zero = 0,\n" - " .header.cf = LV_IMG_CF_TRUE_COLOR,\n" + " .header.cf = LV_COLOR_FORMAT_NATIVE,\n" " .data_size = 800 * 480 * 4,\n" " .data = (const uint8_t *) test_screenshot_error_data};\n\n" "static inline void test_screenshot_error_show(void)\n" |