Jonathan Brodsky

Results 8 issues of Jonathan Brodsky

On Arduino 1.8.12 Teensyduino 1.51 putting the following lines of code in: ``` #include #include "SdFat.h" ``` Causes a pretty big wall of errors to get dumped out, here are...

with 4 xbox pads over wireless, 2-4 map to Wireless 360 Controller #2 They also all share the same mappings, making 4 player games impossible to map.

when attempting to update a full console worth of graphical tiles (80x40 of 8x8 tiles) using colorized mode, I am getting really bad framerates, somewhere on the order of 700ms...

``` void draw_screen() { multicore_lockout_victim_init(); while(1) { // in the actual application, I'm doing some i2c work here, but this code also fails. tight_loop_contents(); } } int main() { stdio_init_all();...

with a keyboard driven game, it is annoying to always use the mouse to restart, would be nice to have a configuration to restart with keyboard.

Many html game sites use an iframe for presenting games, but this make the keyboard not work. I think it is because it is listening for window events which don't...

more of a feature than a bug, but this make it so that the array access for rotation can't go outside 360 degrees.

man, would I love this feature to death or what :) also I am aware it is a big pain, and you don't really want to handle keeping the secret...