dj0 / pico_button

Handling input example for SEGA PICO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example of handle input from PICO controller

This is Example of handle input from SEGA PICO controller.

  • By adding pico.h and pico.c, you can read the pico button input like a JOY function of SGDK.
  • This project uses the ohsat's megapong tutorial.

Change log

(2022-01-20) Support for getting pen coordinates

TODO

  • Page sensor
  • Sound control
  • character drawing bug

About

Handling input example for SEGA PICO


Languages

Language:Assembly 62.1%Language:C 37.9%