lv_drv_conf: disable linux frame buffer socket

This commit is contained in:
Reinhold Gschweicher 2022-02-24 22:58:17 +01:00
parent 999888eaf8
commit cdd66256ce

View File

@ -258,6 +258,7 @@
/*-----------------------------------------
* Linux frame buffer device (/dev/fbx)
*-----------------------------------------*/
#define USE_FBDEV 0
#ifndef USE_FBDEV
# define USE_FBDEV 1
#endif