TMF Hg

added #ifdef DEBUG around "key down" debug printf

  • Tue, 26 Aug 2008 22:13:49 +0100
  • by Philip Pemberton <philpem@philpem.me.uk> [Tue, 26 Aug 2008 22:13:49 +0100] rev 9
  • added #ifdef DEBUG around "key down" debug printf

added 'make doc' rule to makefile

  • Tue, 26 Aug 2008 22:05:07 +0100
  • by Philip Pemberton <philpem@philpem.me.uk> [Tue, 26 Aug 2008 22:05:07 +0100] rev 8
  • added 'make doc' rule to makefile
    fixed lpfktest to call lpfk_open() correctly after API fixups in 2:071056e12321

add Doxygen control file

  • Tue, 26 Aug 2008 22:01:01 +0100
  • by Philip Pemberton <philpem@philpem.me.uk> [Tue, 26 Aug 2008 22:01:01 +0100] rev 7
  • add Doxygen control file

fix typo in makefile that broke 'make clean'

  • Tue, 26 Aug 2008 22:00:24 +0100
  • by Philip Pemberton <philpem@philpem.me.uk> [Tue, 26 Aug 2008 22:00:24 +0100] rev 6
  • fix typo in makefile that broke 'make clean'

Added "Conway's Life" demo to LPFK test suite. This is a good test for

  • Tue, 26 Aug 2008 21:59:54 +0100
  • by Philip Pemberton <philpem@philpem.me.uk> [Tue, 26 Aug 2008 21:59:54 +0100] rev 5
  • Added "Conway's Life" demo to LPFK test suite. This is a good test for
    cached LED status setting, and a decent base for other LPFK games.

made error codes negative

  • Tue, 26 Aug 2008 19:14:23 +0100
  • by Philip Pemberton <philpem@philpem.me.uk> [Tue, 26 Aug 2008 19:14:23 +0100] rev 4
  • made error codes negative
    tweaked lpfk_read to return an error constant instead of a magic number

made lpfk_enable 'val' param const to match header

  • Tue, 26 Aug 2008 18:45:45 +0100
  • by Philip Pemberton <philpem@philpem.me.uk> [Tue, 26 Aug 2008 18:45:45 +0100] rev 3
  • made lpfk_enable 'val' param const to match header

lpfk_open now calls lpfk_enable.

  • Tue, 26 Aug 2008 18:45:10 +0100
  • by Philip Pemberton <philpem@philpem.me.uk> [Tue, 26 Aug 2008 18:45:10 +0100] rev 2
  • lpfk_open now calls lpfk_enable.
    also made LPFK_CTX the first parameter in all functions (for consistency)