Go to file
Takumi Sueda ebffb676bc Add EEPROM dump parser and the result (PW-SH1) 2022-09-17 03:33:09 +09:00
eeprom Add EEPROM dump parser and the result (PW-SH1) 2022-09-17 03:33:09 +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
tmemo_converter tmemo_converter: add executables 2022-05-07 16:14:51 +09:00
x1 selftest mode caller 2021-12-23 17:54:46 +09:00
.gitignore Ignore .DS_Store 2022-09-17 03:31:19 +09:00
LICENSE Initial commit 2021-01-03 03:37:14 +09:00
README.md Add tmemo_converter 2022-05-07 16:14:42 +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
  • tmemo_converter Converts 手書き暗記メモ into PNGs (2G or older)

License

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