Ryzee119
Ryzee119
https://www.sparkfun.com/products/18288 Does this have the same pinout?
> Instead of using an ATmega32u4 slave for every port, if we could just the use 1 that could drive a 4 port USB Hub controller. This is not how...
The atmega 64 or 128 doesnt support USB either actually so these would be no good. Side note , I grabbed one of the pro micro rp2040s and it fits...
If you want cheap use a ch559 for the host controller and 4x ch552 for the devices. They are like 50c each or less in qty
You shouldn't be injecting 3.3v *into* pin 15. That's a supply from the Xbox when it is powered on. Pin 13 on the LPC should go to pin 3 on...
You need to increase MEMP_NUM_NETBUF, MEMP_NUM_NETCONN variables I believe to match the max number of clients. `-DMEMP_NUM_NETBUF=6`, `-DMEMP_NUM_NETCONN=6` in CFLAGS for example, but it does still get confused sometimes. Not...
Thank you for your feedback! Scraping/downloading coverart is a goal eventually All games should show text on the default coverart until a jpg is loaded (or will remain if no...
It also looks quite horizontally stretched. Ill fix that. The stretching may not be helping that fuzzy text
v0.3 now adds an FTP server. Please test it out! Recommend setting your FTP client to use 1 concurrent connection.
> is there any chance you still have a working buildchain? @IonBlade2K this gets it compiling for me although I'm unable to test ```diff -platform = teensy@~4.13.1 +platform = teensy@~5.0.0...