FrameworkComputer/inputmodule-rs

App Improvements

JohnAZoidberg opened this issue · 0 comments

  • Make Python library nicer and easy to use
    • Example script that make a nice application
    • Library that can be easily imported
  • Make commandline nicer
    • Make Rust version the canonical because we'll distribute those binaries
    • However the Python version must be equivalent for ease of use and re-use
    • Trigger bootloader for specific device (serialno or by type, e.g. b1-display)
    • Allow running bootloader, sleep, panic, serial-dev, version without specifying module type
  • LED Matrix
    • Allow drawing 18x34 image over two modules
    • Add games that draw over both modules. Enables a lot more games
  • Create web-based app with webserial (https://github.com/frameworkcomputer/dotmatrix)