KPCK Posted December 8, 2021 Posted December 8, 2021 Hi, i just got my teensy 4.1 in intensions to make F16 DED display. I am using 2.4inch TFT. When i was using it with arduino everything was fine, but the refresh rate of the display was just baad, so i got teensy. With graphictest sketch the difference is night and day which I am very happy about. But when I upload the sketch with DCS bios snippets the teensy resets itself every 5 seconds and cannot be connected to DCS-BIOS. It seems to be having problems with the bios library, everything else works just fine. Any ideas what is wrong? Thanks.
No1sonuk Posted December 8, 2021 Posted December 8, 2021 Did you try the other DCS-BIOS definition line? #define DCSBIOS_IRQ_SERIAL or #define DCSBIOS_DEFAULT_SERIAL
KPCK Posted December 13, 2021 Author Posted December 13, 2021 (edited) I just tried that, but it with DCSBIOS_IRQ_SERIAL, it has troubles compiling the sketch. With DCSBIOS_DEFAULT_SERIAL it uploads, but keeps disconnecting as i described earlier. Maybe the library is modified especially for arduino and something needs to be changed in order to work with teensy or other boards? Edited December 13, 2021 by KPCK
KPCK Posted December 13, 2021 Author Posted December 13, 2021 (edited) So I just tried just a simple led sktech with DCS-BIOS and it worked without problems, so there must be something with the display and display library i am using. (TFT display with teensy optimalized GFX library) Edited December 13, 2021 by KPCK
Recommended Posts