summaryrefslogtreecommitdiff
path: root/src/lua/include
AgeCommit message (Expand)Author
2024-03-28Merge branch 'main' into themesailurux
2024-03-25WIP rewrie audio pipeline+fsm guts for more reliabilityjacqueline
2024-03-20Merge branch 'main' into themesailurux
2024-03-07WIP: Getting styles from luaailurux
2024-03-07use prototype inheritance for lua screens, rather than functionsjacqueline
2024-02-22split the lua thread registry into its own filesjacqueline
2024-02-22Make property bindings shared amongst all lua threadsjacqueline
2024-01-19fix some lua stack leaks + add a console func to help debugjacqueline
2024-01-17allocate lua properties in spi ramjacqueline
2024-01-17shift some long-lived allocs into spi ramjacqueline
2024-01-17all screens basically working, but bluetooth is roughjacqueline
2024-01-15Begin migration of remaining screens to Luajacqueline
2024-01-10add accurate esp and samd versions + expose this info to luajacqueline
2024-01-10Use doubles instead of floats for lua numbers (this unpins the ui task)jacqueline
2023-12-13add a cool lua repljacqueline
2023-12-06Add a back button gesture in clickwheel modejacqueline
2023-11-25implement play/pausejacqueline
2023-11-24Migrate 'now playing' screen to luajacqueline
2023-11-23Implement adding to the playback queue from luajacqueline
2023-11-22Use protected mode for lua callbacks wherever possiblejacqueline
2023-11-21Add lua functions to get database contentjacqueline
2023-11-20Add a generic lua function binding, alongside propertiesjacqueline
2023-11-14Add two-way databinding for lua, and flesh out the lua statusbarjacqueline
2023-11-12Convert the main menu screen to lua loljacqueline