James Bowman
James Bowman
Currently there is no easy way to retrieve the result from cmd_getptr().
Make an example to use SDfat instead of the built-in read-only FAT support.
Every sample should run cleanly - no glitches or screen mess. It's OK to just run in the top 480x272 pixels.
The "Tilt" demo is Gameduino 2 only. It should show "no accelerometer" on Gameduino 3.
Report (from Chris R on Kickstarter) that this combination does not run any samples. Confirm and add to regressions.
Currently microSD detection can hang - or take a very long time to finish - if the card is missing. It should all timeout in under 500 ms, worst case....
cmd_setfont2() can be emulated using cmd_setfont() on FT800, by adjusting the font block parameters.
When referring to pins by name, the regex interpretation causes confusion. I find it much clearer to refer to pins by name, rather than number. Is there a way of...
Some users want it always to enter monitor mode, and currently have to use a tool to do it. It would be good to have a "set default mode" operation...
https://github.com/jamesbowman/i2cdriver/blob/23b12eec6e0a7bb2dabf018e05e8244fe662ec0c/c/common/i2cdriver.c#L358 This code is does not work for reads of > 64 bytes, because the read command NAKs the final byte. Instead, it should use the 'a' command (read with...