1 Star 0 Fork 1

睿凡/lua显示组件

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Kconfig 649 Bytes
一键复制 编辑 原始数据 按行查看 历史
chanvee 提交于 2024-10-21 20:52 +08:00 . lua组件
menu "LuaOne"
config ENABLE_LUA
bool "Enable Lua"
default n
if ENABLE_LUA
config LUA_BUFFER_SIZE
int "Lua buffer size"
default 512
config FUN_BUFFER_SIZE
int "Max function number of one reg"
default 10
config REG_NUM_MAX
int "Max reg number"
default 10
config LUA_IN_FILE
bool "Lua support filesystem"
default n
if LUA_IN_FILE
config LUA_STACK_SIZE
int "Stack size of Lua"
default 4096
endif
endif
endmenu
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lcpsky/lua-display-component.git
git@gitee.com:lcpsky/lua-display-component.git
lcpsky
lua-display-component
lua显示组件
master

搜索帮助