Thnaks Warhog.
BTW, i had been make a CDU display device, use a piece 320 * 240 LED and Arduino UNO R3.
it works, but efficiency was a bit low ~~ the data form DCS can not shown in LED immediately, there is some delay, does it matter on baud rate?
Yes, i will do this panel next.
i had brought 3 0801 LCD for display, i think it will easy than CMSP.
because it's less button ( or input ) than CMSP.
:smilewink:
i use a piece of 3.5 TFT (ILI9327) and a UNO R3 to achieve a basic dispaly.
But it is still have something need to be optimized.
1> data's reflash have some delay;
2> special character on display;
3> Font's color and backgrond color;
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 .
Hi Ian, how can i use DCS-BIOS to export CDU Display to my TFT.
My Android is UNO R3 and TFT is 3.6 ft,
I dont know to to use following code:
void onCduLine0Change(char* newValue) {
/* your code here */
}
DcsBios::StringBuffer<24> cduLine0Buffer(0x11c0, onCduLine0Change);
how to config several arduino boards with DCS-BIOS in DCS game ?
such as:
CDU - press key * 1 uno R3
CDU - display * 1 Mega2560
UFC * 1 Mega 2560
... other panel...