Put your LED Matrix Modules to work and study Japanese vocabulary!
Live demo: https://jpadgett314.github.io/led-matrix-vocab
This app can be saved to your desktop! See instructions.
There is no need to flash firmware, since default firmware is expected. FW_LED_Matrix_Firmware is also supported and automatically detected if present.
Note
This app uses the Web Serial API, which is only supported on Chromium-based browsers.
There is no bundler, no build. The source code is served directly from the public directory.
However, a web server is required. Options include:
- Use Yarn:
yarn install,yarn serve. - Use Live Server VSCode extension.
- From the
publicdirectory, invoke python's built-in module:python3 -m http.server
Please contribute your suggestions and/or your code!
This project is still in early stages. Feel free to submit drafts as PRs; I will help finalize them.
This repository includes the following third-party assets:
-
Font: jiskan16
- License: Public Domain
- Source: http://jikasei.me/font/jf-dotfont/
-
Dataset: jlpt-words-by-level
- License: CC BY 4.0
- Source: https://www.kaggle.com/datasets/robinpourtaud/jlpt-words-by-level
-
Dataset: jawiki-2022-08-29
- License: MIT
- Source: https://github.com/IlyaSemenov/wikipedia-word-frequency
