The fix appears to be removing the Teensy library and re-installing. However, the un-installer script hangs up so you have to kill the IDE after a few minutes, restart, then install the library. It's still V1.5.9 but it has a different name in...
I dumped two folders of nearly identical names. One was log data and the other was app data. It may have been the first time after boot that was bad. I won't be able to test that part until tomorrow. I have two remote links running to radio...
I'm getting a lockup with V2.3.3 and Teensy 1.5.9. I have only the teensy line in preferences and everything worked before the IDE update. When first started, the board index message comes up and never finishes. It also blocks any attempt to...
I had the same problem using multiple row and column menus. The solution is to have a handler for each menu so that the same position can be used for several menus but only the correct one. Use the code at the top of the loop() statement as a...
I tried the hardware version again and now it works. No idea why the first attempt was a failure in that the board would not respond. This code appears to be enough to get it running and eliminate the need for a modified AD9833.cpp file. I used...
OK folks, help needed. After looking at the library again, it appears that a custom hardware SPI can be declared. The problem is that I don't see a way of telling it to use SPI1. Here's what I have that compiles but does not work. I would really...
Paul or Kurt are certainly better at explaining this but it's related the idle level of the various SPI signals and there direction of switching. The following link shows the difference between the four modes. In my case, the AD9833.begin()...
If the AD9833 is the only object on the SPI bus or all others are using mode 2 then the hardware version in Rob Tillaart's V0.4.2 library works fine. If there are other objects likely in mode 0 then the software approach is needed using a...
Unfortunately, the code is proprietary to the company for which it's written. I can describe in general terms anything you would like to know. At present, it's about 1200 lines but contains numerous serial.print statements as debug info. Most are...
I have a curve tracer project that uses the T4.1, TFT-touch, and the AD9833 board. The library is the ILI9341-t3n. Everything worked OK until the AD9833 was added. Hardware SPI did not work as the board wanted mode 2. Also, neither of the AD9833...
I was just looking at some of your .h, .cpp, and examples and will try it tomorrow. I'll take my _T4 version but use your library. The IDE verify will show me what to fix. I want to update the screen at 60Hz with frames captured at that and...
I used the ILI9341_t3 library from the Arduino IDE repository and do not have any of those problems. The image quality is slightly better and colors are exactly as you would expect. My reason for trying the ILI9341_T4 version was to get image...
I have a T4.1 and the 3.5" color touch display from PJRC. Using the ILI9341_t3 and XPT2046 libraries gives me the proper colors and touch action. I can use the color generator method and get what I expect. However, when using the ILI9341_T4...