Replies: 9 comments 2 replies
-
It has been a while since I tested with the Teensy 4.1.
Yes, the ugly star begins to rotate when you press the "Touch!" button.
No, but you probably need to calibrate the touch sensor. |
Beta Was this translation helpful? Give feedback.
-
Thank you, I will give that a try. If there is anything you want to test with the display/mcu/library combo please let me know. |
Beta Was this translation helpful? Give feedback.
-
I have mechanical/electrical issues right now getting a Teensy 4.1 to work with an EVE3-50G. |
Beta Was this translation helpful? Give feedback.
-
There appears to be an issue around PlatformIO and I can not yet put my finger on what causes this. I am using a Metro-M4 now and while it displays an first image just fine it instantly crashes. Re-activate DMA, re-compile, upload, crash. When I however copy all the source files from /.pio/adafruit_metro_m4/EmbeddedVideoEngine/ to the main /src folder, This may be a linker issue, I try to find out more. |
Beta Was this translation helpful? Give feedback.
-
Ok, I have freshly crimped jumper cables now and repaired two adapter boards with verifying the functionality of every pin. I do not get it, this should be working just fine. |
Beta Was this translation helpful? Give feedback.
-
At work it dawned on me that this is not true either, if the MISO pin would be blown it would not make it thru init. |
Beta Was this translation helpful? Give feedback.
-
I have had some fights with the linker in PlatformIO, it has some annoying issues. For example if a folder is too deep, it just ignores it. I noticed it pulled the library for every board defined, so I removed all the boards I don't need from the ini and created a new clean project. I'm on windows and sometimes windows locks files and it takes a few try's to flash. I don't like how PlatformIO handles flash errors, if the teensy fails to flash and your not watching the logs you won't see the error because the tab closes. I assume you cut the 5V to USB trace on the teensy? I know the datasheet says the teensy can take less than 5V on that pin but I found the teensy is not stable below 5V, it will run but just has all sorts of issues random issues. Could be worth asking Paul on his forums if he has any ideas. |
Beta Was this translation helpful? Give feedback.
-
No, I did not cut the 5V to USB trace, that is the connection between VUSB and VIN? I am just using one of these boards https://github.com/RudolphRiedel/EVE_display-adapter/tree/master/L-D5019-01-05 Also yes, I noticed as well that PlatformIO makes multiple copies of the dependancies but that the project builds for several boards is mostly an oddity anyways. :-) |
Beta Was this translation helpful? Give feedback.
-
Well, I just set it all up again, Teensy 4.1, my new easier to use breakout board and the RiTFT43 that is configured in the example. Ok, regarding the Teensy 4.1, I do have the resistor for the LED removed from this board. This is my new board: I will release this as well. |
Beta Was this translation helpful? Give feedback.
-
MCU: Teensy 4.1
Display: NHD-5.0-800480FT-CTXL-T (EVE2)
Display Link: https://www.newhavendisplay.com/nhd50800480ftctxlt-p-9574.html
Example Test: FT800-FT813-5.x\examples\EVE_Test_Arduino_PlatformIO
IDE: PlatformIO
Demo needs some tweaks to work correctly, it seem like the config setup is correctly but the example won't work because the built in LED is shared with the SCK, pulling out the LED code made the example work. I don't have touch thou, i think the example has a button that should do something? Are more pins required? If so where are they defined?
Pins Used:
EVE_CS 10
EVE_PDN 9
MOSI 11
MISO 12
SCK 13
main.cpp
platformio.ini
Beta Was this translation helpful? Give feedback.
All reactions