mirror of
https://github.com/m5stack/lv_m5_emulator.git
synced 2026-05-20 11:19:24 -07:00
7 lines
100 B
C
7 lines
100 B
C
|
|
#if LVGL_USE_V8 == 1
|
|
#include "lv_conf_v8.h"
|
|
#elif LVGL_USE_V9 == 1
|
|
#include "lv_conf_v9.h"
|
|
#endif
|