Teensy 4 and Riverdi 70H not working #137
-
Hello, I've had good luck with the GDSTx library on my setup here but wanted to switch to yours to eek out some more performance. However, the built-in example in this project doesn't work at all - the backlight powers up but nothing else happens. Any idea what's happening here? One thing that might be important to note is that my PDN pin is not connected, and the whole thing is already integrated in a PCB so I can't add it. This hasn't been a problem in the other library. Any ideas as to what might be wrong would be much appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 12 replies
-
Hi, check EVE_init(), if you add EVE_SOFT_RESET to your build environment you can get away with not wiring the PD line properly. |
Beta Was this translation helpful? Give feedback.
Hi,
check EVE_init(), if you add EVE_SOFT_RESET to your build environment you can get away with not wiring the PD line properly.
I am thinking about removing the condition, but there are hardly any display modules with no PD line.