Here is support for the Logitech F310 Dual Gamepad using USBHost_t36 (The latest forked from @Pauls repository).
I do not usually play video games so just to be able to play around with USBHost_t36 and @Kurte's...
@kurte - I have a couple of questions about the RA8875 display driver from Sumotoy. Has anybody got this working for the T36 and T4?
If so do you know the links to the latest versions?
The latest posts about this that...
@skpang - Just did another test with the circle command and used a line thickness of 50. In other words the outer radius was 100 and it repeated the circle 50 times reducing the radius by 1.
From what I can see with a...
@Kurte - I was actually thinking the same thing. But the RA8876 controller is quite a bit different than the RA8875 in a lot of ways.
This is why I think Sumotoy started this GitHub site....
I haven't found that information yet, but when I draw a rectangle and use a magnifier glass pixels look round. My eyes are not that good.
There is definitely gaps between the pixels on the horizontal axis which could...
My RA8876 software driver for the BuyDisplay ER-TFTM101-1 10.1 inch tft display w/touch lcd module for use with the T36/T40.
Found here:
https://github.com/wwatson4506/Ra8876LiteTeensy
Touch Screen only tested on...
@loglow, Glad to see you back and that breakout board is still on track. I would help if I could but again I don't think I could do the soldering. Can't wait for the release:)
Thanks for the code and the information. I to have been trying to navigate the 1062 RM. You kind of have to bounce back and forth through it. Still trying to figure out how do a software reset without the T4 powering...
Has anybody noticed that the RTC hour setting did not change with the time change? I just noticed it after uploading a sketch to the T4. I popped the RTC battery out and powered off the T4. The time changed to JAN 1,...
Could not figure out why I could not change directories with my file manager and stbasic using exFAT with fatFS. It was actually changing directories but using the f_getcwd() function was only showing "2/".
The reason...
With the updated MSC and EXFAT I am getting ~18.5 MB/s consistently with no stalls:) I have tried several HD's and the results are the same. The buffer size is 32KB. At this point it seems to be the sweet spot. This is...
@defragster:
A question, what was the fastest write speeds you were getting with the StarTech USB to SATA adapter and an HD formatted with EXFAT and using logger_RawWrite.ino with MSC?
Thanks
Got one of my USB sticks formatted to ExFat using fdisk in Linux. I am so behind I did not realize that capability was available in Linux. Anyway it was not an SD card formatted with fat16 it was a USB stick. With fat16...
@All: Has anybody tried using uSDFS and MSC with a fat16 formatted drive?
I formatted a USB stick with fat16 and ran RawWrite.ino and was blown away by the difference in write speeds.
With a fat16 formatted HD:...
This may seem a little silly but I do not have a clue as to how to find the Teensyduino version in an existing version of Arduino.
Is that possible and how?
Thanks