Jump to content

longuich

Members
  • Posts

    145
  • Joined

  • Last visited

Everything posted by longuich

  1. Hornet UFC (potentially) I think i saw one at 40 euros on hispanels. (Which doesnt answer your question, i know) Sent from my iPhone using Tapatalk
  2. Is anyone of you good at CAD? Sent from my iPhone using Tapatalk
  3. Have you tried 16k33 chips? They work perfectly with 14-segs and 16x8 matrices. Sent from my iPhone using Tapatalk
  4. Thanks mate. Seems most displays have issue or another. Sent from my iPhone using Tapatalk
  5. It’s all right mate. Sent from my iPhone using Tapatalk
  6. I wish I was as clever as you. Thanks! Sent from my iPhone using Tapatalk
  7. I’m aware of that, thank you. My question was /where from/ though. Sent from my iPhone using Tapatalk
  8. Hey , where did you source the 16-segment displays from?? Sent from my iPhone using Tapatalk
  9. this also happens in the scratchpad displays. I solved it by casting the char to a string. /* your code here */ String sNewValue(newValue); sNewValue.replace('~','2'); sNewValue.replace('`','1'); lcd.setCursor(0, 0); lcd.print(sNewValue);
  10. This is the same as the profile in the dcs-bios download. And since we’re talking ufc.. I’m using the liquidcrystal_i2c and u8g2 libs to drive the scratchpad and comms displays and keep getting strange characters on the tens and twenty. I can’t imagine i’m the the only one having this issue. I’ve tried printing the newValue as is, converting it to a string, to ints etc. Any help would be greatly appreciated. edit: I ended op casting the char to a String and replacing the odd characters with a String.replace('~','2');String.replace('´','1'); Dirty hack but it works. Cheers, michel
  11. I'm prototyping this thing with oleds and 16x2 lcds before I go 3d. Getting strange characters on the scratchpad and radio comms displays. Is anyone else seeing this behaviour? example instead of 11 I get '1 and ~0 instead of 20.
  12. Right. I figured that would be the way to go as wel. Mixed dcs-bios and hid. Teensy seems to fit that perfectly. Sent from my iPhone using Tapatalk
  13. Ahh you’ve never actually made the parts work together before going all out ? Brave man :) i’m trying to figure out which displays to use and how to solder them all to a teensy. Sent from my iPhone using Tapatalk
  14. Have you done any prototyping with the displays? Sent from my iPhone using Tapatalk
  15. Sorry. Cheers! Sent from my iPhone using Tapatalk
  16. Can anyone share the correct measurements for this model? Sent from my iPhone using Tapatalk
  17. Did you ever get around to making a hybrid? I have older combat pedals and am considering buying a new set of pro pedals to merge the two.
  18. i figured as much but can't seem to find any pics of the actual mountpoints. i don't want to invest 100+ euros in a rudder only to find out the alu pedals need cnc'ing to be made mountable :smilewink:
  19. hi all, I own a pair of slightly aged and not so perfect combat rudder pedals and wondered if the aluminium pedals themselves would be transplantable onto a brand new pro flight rudder. Maybe someone's done this already? Any input would be greatly appreciated. cheers, Michel
×
×
  • Create New...