Go to file
Chiharu Shirasaka d194156669 selftest mode caller 2021-12-23 17:54:46 +09:00
lcdbench Add lcdbench 2021-06-01 02:31:53 +09:00
tablewalker fix licence notation 2021-03-10 00:50:37 +09:00
x1 selftest mode caller 2021-12-23 17:54:46 +09:00
.gitignore Ignore built binaries 2021-12-21 21:56:53 +09:00
LICENSE Initial commit 2021-01-03 03:37:14 +09:00
README.md Add lcdbench 2021-06-01 02:31:53 +09:00
read_keys.py Update read_keys impl 2021-01-03 17:02:49 +09:00
read_keys_SH3.c add new key scanner for SH3 2021-01-04 23:04:16 +09:00
read_keys_SH3.py format and some fix 2021-01-04 20:33:08 +09:00
the_rookie.jpg Update README 2021-01-03 03:43:44 +09:00

README.md

Lab

  • read_keys.py Initialize the keyboard MCU and poll key code
  • read_keys_SH3.py Scan key matrix and return key name(deprecated)
  • read_keys_SH3.c Scan key matrix and return key name rewritten with C. nice performance
  • x1 Executable to analyze [JHSBA]1 gen
  • lcdbench Benchmark fb0 fill and show results

License

See each directories for licenses. All codes are licensed under CC0 1.0 Universal if not specified.