index
:
tangara-fw
main
Tangara firmware
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lua
/
include
Age
Commit message (
Expand
)
Author
2024-03-20
Merge branch 'main' into themes
ailurux
2024-03-07
WIP: Getting styles from lua
ailurux
2024-03-07
use prototype inheritance for lua screens, rather than functions
jacqueline
2024-02-22
split the lua thread registry into its own files
jacqueline
2024-02-22
Make property bindings shared amongst all lua threads
jacqueline
2024-01-19
fix some lua stack leaks + add a console func to help debug
jacqueline
2024-01-17
allocate lua properties in spi ram
jacqueline
2024-01-17
shift some long-lived allocs into spi ram
jacqueline
2024-01-17
all screens basically working, but bluetooth is rough
jacqueline
2024-01-15
Begin migration of remaining screens to Lua
jacqueline
2024-01-10
add accurate esp and samd versions + expose this info to lua
jacqueline
2024-01-10
Use doubles instead of floats for lua numbers (this unpins the ui task)
jacqueline
2023-12-13
add a cool lua repl
jacqueline
2023-12-06
Add a back button gesture in clickwheel mode
jacqueline
2023-11-25
implement play/pause
jacqueline
2023-11-24
Migrate 'now playing' screen to lua
jacqueline
2023-11-23
Implement adding to the playback queue from lua
jacqueline
2023-11-22
Use protected mode for lua callbacks wherever possible
jacqueline
2023-11-21
Add lua functions to get database content
jacqueline
2023-11-20
Add a generic lua function binding, alongside properties
jacqueline
2023-11-14
Add two-way databinding for lua, and flesh out the lua statusbar
jacqueline
2023-11-12
Convert the main menu screen to lua lol
jacqueline