HME Tips / Tricks
  • It's sort of a side-effect (read: not totally reliable), but generally you will get an initial "key_release" event for the button pressed to start the application so you can start differently depending on whether it was a "right" "select" or "play"
  • Idle event apparently happens every 5 minutes, not just after the first 5 minutes of idle, so you need to handle responding to it repeatedly and could use that interval to change how you handle it - perhaps only changing the screen that often.
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License