TMF Hg
changelog
- 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.
- 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
- 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
- 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)