Why? Why not!
This version is made specifically for Sansa Clip player.
It serves mostly as a proof-of-concept and as an example of basic Lua scripting on Rockbox (text output, reading from a file, getting input from buttons).
The font used on the photo below is 14-Rockbox-Mix which is compatible with Theme4Chinese.
- Put
anki.luainto the Lua scripts directory (.rockbox/rocks/demos/lua_scripts), andvocab_db.txtinto the root directory. - On the player, go to
Plugins->Demos->lua_scripts->anki. - The center button is for revealing the answer, and the directional buttons (left, down, up, right) are for evaluating your grasp (though your progress is not being tracked anyhow yet).
- Quit with the home button.
That's it! Though I would not advise to actually use it on such a small screen.
