Arctic_Eddie
Reaction score
0

Latest activity Postings About

    • Arctic_Eddie
      The loop will run until a touch is true. while( !ts.touched() ) { // Do something }
    • Arctic_Eddie
      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...
    • Arctic_Eddie
      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()...
    • Arctic_Eddie
      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...
    • Arctic_Eddie
      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...
    • Arctic_Eddie
      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...
    • Arctic_Eddie
      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...
    • Arctic_Eddie
      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...
    • Arctic_Eddie
      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...
  • Loading…
  • Loading…
Back
Top