Jump to content

Recommended Posts

Posted

Does anyone know if you can use a tft screen on an arduino for the CDU display? I have an arduino mega2560 and a tft display from another project that didn't work. If not what screen do I need to get to display the CDU screen? Any help would be greatly appreciated!!

Thank you

  • 1 month later...
Posted

ok using dcs-bios I got it to display a few letter from the game but that is it. The display does not change after the initial startup. It displays part of the word waypoint it kinda looks like this waypuuut. With random u's displayed on the screen. Anyone have any ideas on what I need to do.

Posted

DCS-BIOS uses the string "UUUU" as a synchronization sequence. If you get that in your output, it means there are performance problems in your sketch, i.e. it is too much for your Arduino to handle (while writing data to the display, the serial receive buffer is getting full, new incoming data is ignored and the parser becomes confused).

 

The current DCS-BIOS Arduino library is based on the default Serial library, which is not as optimized as it could be, so there is room for some improvement in the future.

Posted

You can export the CDU as a viewport, just like you can with the MFCDs. To make that work, you need a display connected to a video port on your computer.

 

There may be a way to optimize your existing Arduino sketch and make it work, but without seeing the code I can't even take a guess. If you only redraw what has actually changed, an Arduino could be powerful enough to do an adequate job.

 

Or you can replace the Arduino with something more powerful, like a Raspberry Pi.

  • 2 months later...
Posted
ok using dcs-bios I got it to display a few letter from the game but that is it. The display does not change after the initial startup. It displays part of the word waypoint it kinda looks like this waypuuut. With random u's displayed on the screen. Anyone have any ideas on what I need to do.

 

 

Hi man, i think i am do same thing with you.

 

would you share your code to me ?

 

my mail is flashtom@gmail.com

 

i have UNO R3 and 3.6 ft TFT base on ili9327 .

  • 2 weeks later...
Posted

Hi dgraviett,

 

As suggested earlier, I think it's an issue of the Arduino and changing it to a Ri would make your life a lot easier. However, having said that, you can simply get this result slightly improved by modifying your code a little.

 

I'm not sure if you can use your TFT is a similar way as others use MFCDs but that'll be certainly a good experiment. If you do try sketching by exporting CDU, please do let us know about the results.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...