luat_conf_bsp.h 766 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. #ifndef LUAT_CONF_BSP
  2. #define LUAT_CONF_BSP
  3. #define LUAT_BSP_VERSION "V0001"
  4. // 启用64位虚拟机
  5. // #define LUAT_CONF_VM_64bit
  6. //#define LUAT_CONF_LUASTATE_NOT_STATIC
  7. #define LUAT_CONF_LAUX_BUFFSIZE 1024
  8. // #define LUA_COMPAT_BITLIB 1
  9. //#define LUAT_CONF_DISABLE_ROTABLE
  10. #define LUAT_USE_FS_VFS 1
  11. #define LUAT_USE_VFS_INLINE_LIB 1
  12. //#define LUAT_MEMORY_OPT_G_FUNCS 1
  13. #define LUAT_USE_LOG_ASYNC_THREAD 0
  14. #define LUAT_USE_LVGL 1
  15. #define USE_GTK 1
  16. //#define LUAT_FORCE_WIN32 1
  17. #define LV_FONT_OPPOSANS_M_8
  18. #define LV_FONT_OPPOSANS_M_10
  19. #define LV_FONT_OPPOSANS_M_12
  20. #define LV_FONT_OPPOSANS_M_14
  21. #define LV_FONT_OPPOSANS_M_16
  22. #define LV_FONT_OPPOSANS_M_18
  23. #define LV_FONT_OPPOSANS_M_20
  24. #define LV_FONT_OPPOSANS_M_22
  25. #define USE_LVGL_SIMSUN_48
  26. #endif