From cdd66256ce3299a82e91a5c19f4400df8be54980 Mon Sep 17 00:00:00 2001 From: Reinhold Gschweicher Date: Thu, 24 Feb 2022 22:58:17 +0100 Subject: [PATCH] lv_drv_conf: disable linux frame buffer socket --- lv_drv_conf.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lv_drv_conf.h b/lv_drv_conf.h index 391f708..4a6e01f 100644 --- a/lv_drv_conf.h +++ b/lv_drv_conf.h @@ -258,6 +258,7 @@ /*----------------------------------------- * Linux frame buffer device (/dev/fbx) *-----------------------------------------*/ +#define USE_FBDEV 0 #ifndef USE_FBDEV # define USE_FBDEV 1 #endif