I just found this, I think it's great that we finally get some parallel display support for teensy.
I'm having troubles getting a display to work, I have a buy display NT35510 4 inch display, the one listed at the beginning of this thread. I have had this display working with the arduino GFX library in 16 bit 8080 mode with a rp2040, so I thought I would just wire it up to a T4.1 and see if I could get something on the screen. No luck so far, but I am unsure how to use the library, how do I tell it what buss to use, 8,16 or 18? I've used the T4.1 pins as called out in the parallel library, and I even set the display up for 18 bit mode and tried that, connecting the last 2 wires to pins 8 and 7 I think. I don't have my laptop in front of me at the moment, but I was hoping someone might just post a working "hello world" scetch, set up for an 18 or 16 bit bud on a t4.1, and I could start there.
As is, I'm trying to run one of the graphics test examples, and it will load up, but the TFT TEST fails, and I get a good serial debug, but the screen is just white. I can post more details later if needed. Thanks