2021-01-03 03:43:44 +09:00
|
|
|
### Lab
|
|
|
|
|
|
|
|
<img src="/the_rookie.jpg">
|
|
|
|
|
2021-01-03 03:54:15 +09:00
|
|
|
- [read_keys.py](read_keys.py) Initialize the keyboard MCU and poll key code
|
2021-01-04 23:04:16 +09:00
|
|
|
- [read_keys_SH3.py](read_keys_SH3.py) Scan key matrix and return key name(deprecated)
|
|
|
|
- [read_keys_SH3.c](read_keys_SH3.c) Scan key matrix and return key name rewritten with C. nice performance
|
2021-03-04 02:15:40 +09:00
|
|
|
- [x1](x1) Executable to analyze `[JHSBA]1` gen
|
2021-06-01 02:31:53 +09:00
|
|
|
- [lcdbench](lcdbench) Benchmark fb0 fill and show results
|
2021-03-04 02:15:40 +09:00
|
|
|
|
2021-01-03 03:43:44 +09:00
|
|
|
|
|
|
|
### License
|
|
|
|
|
2021-03-10 00:29:19 +09:00
|
|
|
See each directories for licenses. All codes are licensed under CC0 1.0 Universal if not specified.
|