@@ -95,7 +95,7 @@
// #define LUAT_USE_MAX30102
// #define LUAT_USE_MLX90640 1
#define LUAT_USE_MINIZ 1
-
+#define LUAT_USE_BIT64 1
//----------------------------
// 高通字体, 需配合芯片使用
#define LUAT_USE_GTFONT 1
@@ -261,6 +261,9 @@ static const luaL_Reg loadedlibs[] = {
#endif
#ifdef LUAT_USE_ICONV
{"iconv", luaopen_iconv},
+#endif
+#ifdef LUAT_USE_BIT64
+ {"bit64", luaopen_bit64},
{NULL, NULL}
};