luat_conf_bsp.h 741 B

12345678910111213141516171819202122232425262728293031323334353637
  1. #ifndef LUAT_CONF_BSP
  2. #define LUAT_CONF_BSP
  3. #define AIR302 1
  4. #define LUAT_BSP_VERSION "V0013"
  5. #define LUAT_COMPILER_NOWEAK 1
  6. // 启用64位虚拟机
  7. // #define LUAT_CONF_VM_64bit
  8. //#define LUAT_CONF_LUASTATE_NOT_STATIC
  9. // #define LUAT_CONF_LAUX_BUFFSIZE 1024
  10. // #define LUA_COMPAT_BITLIB 1
  11. //#define LUAT_CONF_DISABLE_ROTABLE
  12. #define LUAT_USE_FS_VFS 1
  13. #define LUAT_USE_VFS_INLINE_LIB 1
  14. #define LUAT_MEMORY_OPT_G_FUNCS 1
  15. #define LUAT_USE_FDB 1
  16. // #define LUAT_USE_FONTS
  17. /**********U8G2&LCD&EINK FONT*************/
  18. // #define USE_U8G2_OPPOSANSM_ENGLISH 1
  19. // #define USE_U8G2_OPPOSANSM8_CHINESE 1
  20. // #define USE_U8G2_OPPOSANSM10_CHINESE 1
  21. // #define USE_U8G2_OPPOSANSM12_CHINESE 1
  22. // #define USE_U8G2_OPPOSANSM16_CHINESE 1
  23. #endif