11 lines
156 B
C
11 lines
156 B
C
#define LV_TARGET_X11
|
|
// #define LV_TARGET_FB
|
|
|
|
#ifdef LV_TARGET_X11
|
|
#include "./lv_conf_x11.h"
|
|
#endif
|
|
|
|
#ifdef LV_TARGET_FB
|
|
#include "./lv_conf_fb.h"
|
|
#endif
|