From 229e18be2ddc5e5edc73454a7755790a3bfe4d69 Mon Sep 17 00:00:00 2001 From: lewisxhe Date: Mon, 11 Nov 2024 10:49:13 +0800 Subject: [PATCH] Adding compilation checks --- src/LV_Helper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LV_Helper.cpp b/src/LV_Helper.cpp index beeb552..6ae94ed 100644 --- a/src/LV_Helper.cpp +++ b/src/LV_Helper.cpp @@ -11,7 +11,7 @@ #if LV_VERSION_CHECK(9,0,0) -#error "Currently not supported 9.x" +#error "Currently not supported 9.x , Select Arduino option -> `Library Search` -> `lvgl` -> `v8.4.0` -> `Install` solve " #endif static lv_disp_draw_buf_t draw_buf;