Jump to content

flashtom

Members
  • Posts

    42
  • Joined

  • Last visited

Everything posted by flashtom

  1. i will try it at once :) btw, i am looking forward next version for DCS-BIOS. Thanks for your work on DCS.
  2. 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?
  3. 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:
  4. Hi, Warhog thanks for suppportting my cockpit project. i use a default baud rate as 500,000.
  5. This is CMSP panel in A-10C. I used Arduino Mega2560, and DCS-BIOS 0.3.0. Video click this link
  6. Hi,dear how can you support 80 keys by only 3 wires/pins on UNO R3? i considered, 1 key need 2/3 wires/pins.
  7. Thanks Ian~~ :) I will try it asap. waitting 4 my good news.
  8. 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;
  9. 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 .
  10. 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);
  11. 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...
  12. Thanks, "Connect a PS/2 keyboard to your CDU with an Arduino and DCS-BIOS " is very very useful for me. :smilewink:
  13. if make a UFC panel, there are need 36 input and output signal include button and led, how can i make them in ONE uno r3, is it possible ?
×
×
  • Create New...