Hi Kurt,
I just posted a pull request for you :)
https://github.com/KurtE/ILI9341_t3n/pull/2
Mainly it's a port of a change I made for ILI9341_t3 that fixes the readRect last pixel bug....
Type: Posts; User: Michael U
Hi Kurt,
I just posted a pull request for you :)
https://github.com/KurtE/ILI9341_t3n/pull/2
Mainly it's a port of a change I made for ILI9341_t3 that fixes the readRect last pixel bug....
I haven't had a chance to try your latest updates yet, but I have some questions about earlier changes you added to readRect:...
Teensy 3.5 is not a 5v board. All of its digital output pins are still 3.3v. It's simply 5v-tolerant for digital input (but not necessarily other pins)
Your test is working fine for me, on both the 2.2-inch screen and the 2.8-inch touchscreen. I tried with both ILI9341_t3 and ILI9341_t3n. Would be interesting to verify it's it's really a hardware...
Yeah, I didn't mean you should add more functionality right now, just wanted to throw the idea out there. I might even end up contributing the patch myself.
I'll start working on the test framework,...
Awesome! I just started with Teensy and ILI9341, and was thinking of writing something similar - to make it easier to add new fonts, and work on more features for the ILI9341 library. I'll try out...
A separate text output rectangle would indeed be useful. Maybe there should be a setTextRect() to define the text output area? After calling the function, any subsequent text output would be limited...
Hello from a new Teensy and ILI9341 user!
I just got the Teensy 3.5 and 3.6 boards, as well as the 2.2 and 2.8-inch TFTs from PJRC. Already fixed a bug in fillRectHGradient() and submitted a pull...