circuitpython/ports/stm/boards/meowbit_v121
Radomir Dopieralski 89fc1890af stm32: Add support for Stage games to Meowbit
This enables the _stage library and adds stage and ugame modules to the
frozen modules, so that all Stage games should work.

I had to do several hacks:

* Since displayio.release_displays doesn't release the pins, I couldn't
  re-initialize the display inside the ugame module. Instead I changed
  the default display initialization for the board to match what Stage
  expects.

* I wanted to make the MENU key works as K_Z, but when I try to use it
  with the keypad module, I get "pin in use" error. So for now only the
  A and B buttons are used.
2021-08-30 20:27:50 +02:00
..
board.c stm32: Add support for Stage games to Meowbit 2021-08-30 20:27:50 +02:00
mpconfigboard.h run code formatting script 2021-03-15 19:27:36 +05:30
mpconfigboard.mk stm32: Add support for Stage games to Meowbit 2021-08-30 20:27:50 +02:00
pins.c change board.ID to board.board_id 2021-08-26 23:11:55 +02:00