Mirror of CollapseOS
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

17 linhas
554B

  1. Pad driver - read input from MD controller
  2. Conveniently expose an API to read the status of a MD pad A.
  3. Moreover, implement a mechanism to input arbitrary characters
  4. from it. It goes as follow:
  5. * Direction pad select characters. Up/Down move by one,
  6. Left/Right move by 5
  7. * Start acts like Return
  8. * A acts like Backspace
  9. * B changes "character class": lowercase, uppercase, numbers,
  10. special chars. The space character is the first among special
  11. chars.
  12. * C confirms letter selection
  13. (cont.)